Skip to content

Commit

Permalink
Merge pull request #17 from atlan/patch-1
Browse files Browse the repository at this point in the history
Version Fixes for Magento 2.2
  • Loading branch information
sydekumf authored Sep 30, 2017
2 parents 48ee28b + ba1167e commit 2db4c71
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,16 @@
"name": "magenerds/germanlaw",
"description": "This module provides general settings for german stores",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/framework": "^100.1",
"magenerds/dashboard": "^1.0",
"magento/module-directory": "^100.0",
"magento/module-tax": "^100.0"
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
"magento/framework": "100.0.*|100.1.*|101.0.0",
"magenerds/dashboard": "^1.0"
},
"repositories": {
"magento": {
"type": "composer",
"url": "https://repo.magento.com/"
}
},
"require-dev": {
"magento/module-store": "^100.1",
"magento/module-catalog": "^101.0",
"magento/module-tax": "^100.1"
},
"type": "magento2-module",
"license": "OSL-3.0",
"autoload": {
Expand Down

0 comments on commit 2db4c71

Please sign in to comment.