Skip to content

Commit

Permalink
Merge pull request #162 from dxw/chore/do-not-specify-php-version-in-…
Browse files Browse the repository at this point in the history
…root-composer

Do not specify PHP version in root composer
  • Loading branch information
RobjS authored Oct 17, 2024
2 parents 158063c + a3218c5 commit aecd144
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
@@ -1,7 +1,7 @@
{
"config": {
"platform": {
"php": "7.4.3"
"php": "8.2"
}
},
"require-dev": {
Expand Down

0 comments on commit aecd144

Please sign in to comment.