Skip to content

Commit

Permalink
Merge pull request #34 from jackie-od/master
Browse files Browse the repository at this point in the history
Updating Composer Compatibility
  • Loading branch information
nikolai-overdose authored Jun 13, 2022
2 parents 36c930b + d1066ed commit f711467
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,13 @@
}
],
"require" : {
"php" : "~5.5.0|~5.6.0|^7.0.0|>=7.0.0",
"magento/magento-composer-installer" : "*",
"composer/installers" : "~1.0",
"magento/framework": "^100.1||^101.0||>=101.0",
"magento/module-checkout": "^100.1||>=100.1",
"magento/module-directory": "^100.1||>=100.1",
"magento/module-payment": "^100.1||>=100.1",
"magento/module-quote": "^100.1||^101.0||>=101.0",
"magento/module-sales": "^100.1||^101.0||>=101.0",
"magento/module-store": "^100.1||>=101.0"
"magento/framework": "^103.0",
"magento/module-checkout": "100.4.*",
"magento/module-payment": "100.4.*",
"magento/module-sales": "103.0.*"
},
"type" : "magento2-module",
"version" : "0.1.0",
"version" : "0.1.3",
"license" : [
"OSL-3.0",
"AFL-3.0"
Expand Down

0 comments on commit f711467

Please sign in to comment.