Skip to content

Commit

Permalink
Merge pull request #45 from fnogatz/php74
Browse files Browse the repository at this point in the history
Add support for PHP 7.4 in composer.json
  • Loading branch information
henkelund authored Apr 24, 2021
2 parents 04c7162 + 3f98196 commit ef9aa2a
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 @@ -6,7 +6,7 @@
"AGPL-3.0+"
],
"require": {
"php": "~7.0.0|~7.1.0|~7.2.0|~7.3.0",
"php": "~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0",
"magento/framework": "~101.0|~102.0",
"magento/module-catalog": "~102.0|~103.0",
"magento/module-catalog-search": "~100.0|~101.0",
Expand Down

0 comments on commit ef9aa2a

Please sign in to comment.