Skip to content

Commit

Permalink
Updated so compatible with Magento 2.3
Browse files Browse the repository at this point in the history
Simplified magento/framework requirements
  • Loading branch information
cwilson-S48 authored May 21, 2020
1 parent 66777de commit fd4e7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"require": {
"php": "~7.0|~7.1",
"magento/framework": "100.0.*|100.1.*|101.*|^102.0.0"
"magento/framework": "100.*|101.*|102.*"
},
"require-dev": {
"magento/marketplace-eqp": "~1.0.5",
Expand Down

0 comments on commit fd4e7d1

Please sign in to comment.