Skip to content

Commit

Permalink
Add PHP 8.1 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed Apr 15, 2022
1 parent 230d430 commit 28065f7
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 @@ -10,13 +10,13 @@
"wrong order email"
],
"require": {
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0",
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.1.0",
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*",
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*",
"magepal/magento2-core": ">=1.1.10"
},
"type": "magento2-module",
"version": "1.1.6",
"version": "1.1.7",
"license": [
"proprietary"
],
Expand All @@ -29,7 +29,7 @@
{
"name": "Renon Stewart",
"email": "[email protected]",
"homepage": "http://www.magepal.com/",
"homepage": "https://www.magepal.com/",
"role": "Leader"
}
],
Expand Down

0 comments on commit 28065f7

Please sign in to comment.