Skip to content

Commit

Permalink
fix license in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k3lm committed Nov 23, 2017
1 parent 4e31e0c commit 7981110
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,23 @@
"name": "sequra/magento2-partpayments",
"description": "SeQura Invoice Payment Method",
"type": "magento2-module",
"keywords": [
"payment",
"sequra",
"pagos",
"magento2"
],
"license": "MIT",
"authors": [
{
"name": "SeQura Engineering",
"email": "dev@sequra.es"
}
],
"minimum-stability": "alpha",
"minimum-stability": "stable",
"require": {
"sequra/magento2-core": "*"
},
"version": "2.0.1",
"license": [
"proprietary"
],
"autoload": {
"files": [
"registration.php"
Expand Down

0 comments on commit 7981110

Please sign in to comment.