Skip to content

Commit

Permalink
only allow composer 4 to prevent using Psalm 5 along with old CI (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah authored Jan 15, 2022
1 parent 089d10e commit 9cc5c54
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 @@ -27,7 +27,7 @@
"require": {
"php": "^7.2 || ^8",
"composer/semver": "^1.4 || ^2.0 || ^3.0",
"vimeo/psalm": "^4.9 || dev-master"
"vimeo/psalm": "^4.9"
},
"conflict": {
"doctrine/collections": "<1.6",
Expand Down

0 comments on commit 9cc5c54

Please sign in to comment.