Skip to content

Commit

Permalink
Merge pull request #207 from domeglic/php-8.1-support
Browse files Browse the repository at this point in the history
Add support for php 8.1.
  • Loading branch information
sprankhub authored Mar 31, 2022
2 parents e2c8e90 + 155dcec commit ad99f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "firegento/magesetup2",
"description": "MageSetup provides the necessary configuration (system config, tax, agreements, etc. for a national market.",
"require": {
"php": "~7.3.0||~7.4.0",
"php": "~7.3.0||~7.4.0||~8.1.0",
"magento/module-store": "*",
"magento/module-backend": "*",
"magento/framework": ">=103.0.3"
Expand Down

0 comments on commit ad99f74

Please sign in to comment.