Skip to content

Commit 567f58b

Browse files
committed
Add PHP 8.1 Support
1 parent 43e8a62 commit 567f58b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": [
1212
"proprietary"
1313
],
14-
"homepage": "http://www.magepal.com/",
14+
"homepage": "https://www.magepal.com/",
1515
"support": {
1616
"email": "[email protected]",
1717
"issues": "https://github.com/magepal/magento2-form-field-manager/issues/"
@@ -20,18 +20,18 @@
2020
{
2121
"name": "Renon Stewart",
2222
"email": "[email protected]",
23-
"homepage": "http://www.magepal.com/",
23+
"homepage": "https://www.magepal.com/",
2424
"role": "Leader"
2525
}
2626
],
2727
"require": {
28-
"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",
28+
"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",
2929
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*",
3030
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*",
3131
"magepal/magento2-core": ">=1.1.10"
3232
},
3333
"type": "magento2-module",
34-
"version": "1.1.0",
34+
"version": "1.1.1",
3535
"autoload": {
3636
"files": [
3737
"registration.php"

0 commit comments

Comments
 (0)