Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
Update magento/framework requirements
Browse files Browse the repository at this point in the history
Update for installation on Magento v2.2.x. Remove all magento requirements except magento/framework.
  • Loading branch information
pmclain authored Oct 10, 2017
1 parent c831204 commit 4c1f0a9
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,7 @@
"license": "GPL-3.0",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0",
"magento/framework": "~100.1.0|~100.2.0",
"magento/module-config": "~100.1.0|~100.2.0",
"magento/module-payment": "~100.1.0|~100.2.0",
"magento/module-checkout": "~100.1.0|~100.2.0",
"magento/module-sales": "~100.1.0|~100.2.0",
"magento/module-backend": "~100.1.0|~100.2.0",
"magento/module-customer": "~100.1.0|~100.2.0",
"magento/module-catalog": "~101.0.0|~101.1.0",
"magento/module-quote": "~100.1.0|~100.2.0",
"magento/module-ui": "~100.1.0|~100.2.0",
"magento/module-vault": "~100.1.0|~100.2.0",
"magento/framework": "~100.1.0|~101.0.0",
"stripe/stripe-php": "~5.2.0"
},
"autoload": {
Expand Down

0 comments on commit 4c1f0a9

Please sign in to comment.