Skip to content

Commit 6b0276a

Browse files
committed
Add PHP 8.1 Support
1 parent ac08572 commit 6b0276a

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
@@ -13,7 +13,7 @@
1313
"success page js"
1414
],
1515
"require": {
16-
"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",
16+
"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",
1717
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*",
1818
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*",
1919
"magepal/magento2-core": ">=1.1.10"
@@ -22,11 +22,11 @@
2222
"magepal/magento2-preview-checkout-success-page":"Preview checkout success page from admin"
2323
},
2424
"type": "magento2-module",
25-
"version": "1.2.1",
25+
"version": "1.2.2",
2626
"license": [
2727
"proprietary"
2828
],
29-
"homepage": "http://www.magepal.com/",
29+
"homepage": "https://www.magepal.com/",
3030
"support": {
3131
"email": "[email protected]",
3232
"issues": "https://github.com/magepal/magento2-checkout-success-misc-script/issues/"
@@ -35,7 +35,7 @@
3535
{
3636
"name": "Renon Stewart",
3737
"email": "[email protected]",
38-
"homepage": "http://www.magepal.com/",
38+
"homepage": "https://www.magepal.com/",
3939
"role": "Leader"
4040
}
4141
],

0 commit comments

Comments
 (0)