Skip to content

Commit 28065f7

Browse files
committed
Add PHP 8.1 Support
1 parent 230d430 commit 28065f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"wrong order email"
1111
],
1212
"require": {
13-
"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",
13+
"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",
1414
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*",
1515
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*",
1616
"magepal/magento2-core": ">=1.1.10"
1717
},
1818
"type": "magento2-module",
19-
"version": "1.1.6",
19+
"version": "1.1.7",
2020
"license": [
2121
"proprietary"
2222
],
@@ -29,7 +29,7 @@
2929
{
3030
"name": "Renon Stewart",
3131
"email": "renon@magepal.com",
32-
"homepage": "http://www.magepal.com/",
32+
"homepage": "https://www.magepal.com/",
3333
"role": "Leader"
3434
}
3535
],

0 commit comments

Comments
 (0)