Skip to content

Commit

Permalink
Merge pull request #1 from aligent/feature/php_8_support
Browse files Browse the repository at this point in the history
Add support for PHP 8+
  • Loading branch information
quangdo-aligent authored Apr 20, 2022
2 parents 32aa70b + c8d4077 commit 4ebe052
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 @@ -4,7 +4,7 @@
"type": "magento2-module",
"require": {
"magento/framework": "*",
"php": "^7.1"
"php": ">=7.1"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 4ebe052

Please sign in to comment.