Skip to content

Commit

Permalink
Merge pull request #40 from antonio30111988/add-php7.3-whitelist-on-c…
Browse files Browse the repository at this point in the history
…omposer-reqs

Add PHP7.3 support to composer.json
  • Loading branch information
henkelund committed Jun 30, 2020
2 parents 077c5ca + 86028cd commit 04c7162
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",
"php": "~7.0.0|~7.1.0|~7.2.0|~7.3.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 04c7162

Please sign in to comment.