Skip to content

Commit

Permalink
Prevent installing symfony/polyfill-php84 at a version earlier than…
Browse files Browse the repository at this point in the history
… what's needed by `vimeo/psalm`

`vimeo/psalm` does not work on PHP 8.3 and earlier, unless this polyfill is at
least at version `1.30.0`.

Ref: vimeo/psalm#11344
Ref: https://github.com/Roave/infection-static-analysis-plugin/actions/runs/13572044993/job/37939307832?pr=502
Ref: symfony/polyfill@d2b61eb
Ref: vimeo/psalm@ec986c5
  • Loading branch information
Ocramius committed Feb 27, 2025
1 parent 100d1ff commit b889ed0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"sanmai/later": "^0.1.4",
"vimeo/psalm": "^6.8.8"
},
"conflict": {
"symfony/polyfill-php84": "<1.30.0"
},
"require-dev": {
"azjezz/psl": "^3.2",
"doctrine/coding-standard": "^12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit b889ed0

Please sign in to comment.