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 12, 2022
1 parent ac08572 commit 6b0276a
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 @@ -13,7 +13,7 @@
"success page js"
],
"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"
Expand All @@ -22,11 +22,11 @@
"magepal/magento2-preview-checkout-success-page":"Preview checkout success page from admin"
},
"type": "magento2-module",
"version": "1.2.1",
"version": "1.2.2",
"license": [
"proprietary"
],
"homepage": "http://www.magepal.com/",
"homepage": "https://www.magepal.com/",
"support": {
"email": "support@magepal.com",
"issues": "https://github.com/magepal/magento2-checkout-success-misc-script/issues/"
Expand All @@ -35,7 +35,7 @@
{
"name": "Renon Stewart",
"email": "renon@magepal.com",
"homepage": "http://www.magepal.com/",
"homepage": "https://www.magepal.com/",
"role": "Leader"
}
],
Expand Down

0 comments on commit 6b0276a

Please sign in to comment.