Skip to content

Commit

Permalink
feat: add php 8.1.0 and remove magento/framework restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalBrouwers committed Dec 27, 2022
1 parent 752024f commit 09d7139
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"honl/magento2-storeresolver": "self.version"
},
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "~103.0.0"
"php": "~7.3.0||~7.4.0||~8.1.0"
},
"type": "magento2-module",
"autoload": {
Expand Down

0 comments on commit 09d7139

Please sign in to comment.