Skip to content

Should docs state PHP 8.1 or higher is required for v3.27.0 as internal dependencies seem to infer? #7315

Closed Answered by Wirone
adamoceallaigh asked this question in Q&A
Discussion options

You must be logged in to vote

I believe it's related to v3.25 where we dropped Doctrine dependencies, and it probably unlocked some updates on your side. It's not Fixer's responsibility to keep proper PHP requirement in your project. If your application is not compatible with PHP 8.1+ then you should set 8.0.* constraint on your side and during Composer update Symfony packages' proper version will be matched. You can also set platform.php in you composer.json.

We can't change the constraint on our side to >=8.1 because it would make Fixer unavailable for people with PHP 8.0.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@adamoceallaigh
Comment options

Answer selected by Wirone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants