Skip to content

Commit 96f9c7f

Browse files
committed
[chg] add keywords and fix license in composer.json
1 parent 07b679d commit 96f9c7f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
{
22
"name": "sequra/php-client",
33
"description": "PHP client for SeQura API",
4-
"version": "1.0.0",
5-
"license": [
6-
"proprietary"
4+
"keywords": [
5+
"payment",
6+
"sequra",
7+
"pagos"
78
],
9+
"license": "MIT",
810
"type": "library",
911
"authors": [
1012
{
1113
"name": "SeQura Engineering",
1214
"email": "[email protected]"
1315
}
1416
],
15-
"minimum-stability": "alpha",
17+
"minimum-stability": "stable",
1618
"require": {
1719
"php": ">=5.4.0",
1820
"ext-curl": "*",

0 commit comments

Comments
 (0)