Skip to content

Commit 1420272

Browse files
committed
fix: add stable version
1 parent b6819d1 commit 1420272

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

composer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"description": "AbacatePay PHP SDK Client",
44
"version": "1.0.0",
55
"type": "library",
6+
"keywords": [
7+
"abacatepay",
8+
"payment",
9+
"sdk",
10+
"php"
11+
],
612
"autoload": {
713
"psr-4": {
814
"Basement\\AbacatePay\\": "src/"
@@ -28,5 +34,7 @@
2834
"allow-plugins": {
2935
"pestphp/pest-plugin": true
3036
}
31-
}
37+
},
38+
"minimum-stability": "dev",
39+
"prefer-stable": true
3240
}

0 commit comments

Comments
 (0)