Skip to content

Commit

Permalink
[chg] add keywords and fix license in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k3lm committed May 25, 2017
1 parent 07b679d commit 96f9c7f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{
"name": "sequra/php-client",
"description": "PHP client for SeQura API",
"version": "1.0.0",
"license": [
"proprietary"
"keywords": [
"payment",
"sequra",
"pagos"
],
"license": "MIT",
"type": "library",
"authors": [
{
"name": "SeQura Engineering",
"email": "[email protected]"
}
],
"minimum-stability": "alpha",
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"ext-curl": "*",
Expand Down

0 comments on commit 96f9c7f

Please sign in to comment.