Skip to content

Commit

Permalink
Merge pull request #23 from indykoning/patch-1
Browse files Browse the repository at this point in the history
Add PHP8.1 for Magento 2.4.4 compatibility
  • Loading branch information
renatocason authored May 2, 2022
2 parents f3c8dd3 + 4c7280f commit b6276b4
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 @@ -8,7 +8,7 @@
}
],
"require": {
"php": "~7.1.0|~7.2.0|~7.3.0|~7.4.0",
"php": "~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.1.0",
"magento/framework": "101.0.*|102.0.*|103.0.*",
"magento/module-sales": "101.0.*|102.0.*|103.0.*"
},
Expand Down

0 comments on commit b6276b4

Please sign in to comment.