Skip to content

Commit

Permalink
Merge pull request #7 from Skywire/2.1.0
Browse files Browse the repository at this point in the history
New trunk for Magento version >= 2.3.0
  • Loading branch information
edward-simpson authored Nov 18, 2020
2 parents eb147c9 + 4f1de26 commit bd0bf8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"type": "magento2-module",
"license": "MIT",
"require": {
"magento/framework": "<=101.0.11",
"magento/module-checkout": "<=100.2.11"
"magento/framework": ">=102.0.0",
"magento/module-checkout": ">=100.3.0"
},
"autoload": {
"files": [
Expand All @@ -14,4 +14,4 @@
"Rubic\\CleanCheckoutTheme\\": "src/"
}
}
}
}

0 comments on commit bd0bf8a

Please sign in to comment.