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 13, 2022
1 parent 43e8a62 commit 567f58b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": [
"proprietary"
],
"homepage": "http://www.magepal.com/",
"homepage": "https://www.magepal.com/",
"support": {
"email": "[email protected]",
"issues": "https://github.com/magepal/magento2-form-field-manager/issues/"
Expand All @@ -20,18 +20,18 @@
{
"name": "Renon Stewart",
"email": "[email protected]",
"homepage": "http://www.magepal.com/",
"homepage": "https://www.magepal.com/",
"role": "Leader"
}
],
"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.0",
"version": "1.1.1",
"autoload": {
"files": [
"registration.php"
Expand Down

0 comments on commit 567f58b

Please sign in to comment.