Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Pin currently installed PHP version, allow newer PHP versions in futu…
Browse files Browse the repository at this point in the history
…re patches
  • Loading branch information
Ocramius committed Oct 31, 2022
1 parent c1c8ef1 commit 2c24cc5
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 135 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,16 @@
"psalm/plugin-phpunit": "^0.16.1"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"infection/extension-installer": true,
"laminas/laminas-dependency-plugin": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/package-versions-deprecated": true
}
},
"platform": {
"php": "7.4.99"
},
"sort-packages": true
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 2c24cc5

Please sign in to comment.