Skip to content

Commit

Permalink
Fix dependency 2.0.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rikterbeek authored Nov 7, 2016
1 parent 16ad10b commit 412ce4f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/module-config": "100.0.*|100.1.*",
"magento/module-store": "100.0.*|100.1.*",
"magento/module-checkout": "100.0.*|100.1.*",
"magento/module-catalog": "100.0.*|101.0.*",
"magento/module-sales": "100.0.*|100.1.*",
"magento/module-customer": "100.0.*|100.1.*",
"magento/module-payment": "100.0.*|100.1.*",
"magento/module-quote": "100.0.*|100.1.*",
"magento/module-backend": "100.0.*|100.1.*",
"magento/module-directory": "100.0.*|100.1.*",
"magento/module-theme": "100.0.*|100.1.*",
"magento/module-paypal": "100.0.*|100.1.*",
"magento/framework": "100.0.*|100.1.*",
"magento/module-config": "100.1.*",
"magento/module-store": "100.1.*",
"magento/module-checkout": "100.1.*",
"magento/module-catalog": "101.0.*",
"magento/module-sales": "100.1.*",
"magento/module-customer": "100.1.*",
"magento/module-payment": "100.1.*",
"magento/module-quote": "100.1.*",
"magento/module-backend": "100.1.*",
"magento/module-directory": "100.1.*",
"magento/module-theme": "100.1.*",
"magento/module-paypal": "100.1.*",
"magento/framework": "100.1.*",
"adyen/php-api-library": "*"
},
"autoload": {
Expand Down

0 comments on commit 412ce4f

Please sign in to comment.