Skip to content

Commit

Permalink
Merge pull request #494 from Shopify/fix_php_version
Browse files Browse the repository at this point in the history
Fix PHP version in composer.json file
  • Loading branch information
mllemango authored Jan 10, 2024
2 parents 305e515 + 59fce93 commit 61ad163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"license": "UNLICENSED",
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "^8.0",
"ext-xml": "*",
"ext-zip": "*",
"doctrine/dbal": "^3.1",
Expand Down

0 comments on commit 61ad163

Please sign in to comment.