Skip to content

Commit

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

0 comments on commit b76931f

Please sign in to comment.