Skip to content

Commit

Permalink
Pin PHP platform during package updates to prevent invalid upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Dec 13, 2022
1 parent 2320a47 commit 1bd5536
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
"config": {
"optimize-autoloader": true,
"sort-packages": true,
"platform": {
"php": "8.0.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"infection/extension-installer": true
Expand Down
11 changes: 7 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1bd5536

Please sign in to comment.