Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please document new PHP version requirements #10422

Closed
greg-1-anderson opened this issue Jan 3, 2022 · 6 comments
Closed

Please document new PHP version requirements #10422

greg-1-anderson opened this issue Jan 3, 2022 · 6 comments
Milestone

Comments

@greg-1-anderson
Copy link

The System Requirements section of the Composer documentation still says that PHP 5.3.2+ is supported. It appears that Composer 2.3.0 will only support PHP 7.2+, per #10343. Please update the documentation so that users still running on EOL versions of PHP know clearly what is supported.

@Seldaek Seldaek added this to the 2.3 milestone Jan 3, 2022
@Seldaek
Copy link
Member

Seldaek commented Jan 3, 2022

Yup we need to update a bunch of places I am sure. Thanks for the reminder. It's 7.2.5 requirement, otherwise nothing much changed I believe. People packaging with older PHP should use the 2.2.x LTS series.

@andypost
Copy link

Looks like duplicate of #10340

@RdeWilde
Copy link

Does composer 2.2.5 support PHP 8.1? Any summary for the constraints per version?

@GromNaN
Copy link
Contributor

GromNaN commented Jan 31, 2022

Summary is here: #10340

I assume composer 2.2.x will support all new PHP versions until the end of the LTS.

@Seldaek
Copy link
Member

Seldaek commented Jan 31, 2022

Composer 2.2 supports PHP 8.1 yes, but it may not support 8.2 depending on the effort required. If you are using 8.2 you anyway should use Composer 2.3+ IMO.

@Seldaek
Copy link
Member

Seldaek commented Feb 23, 2022

Updated things in #10562 and also listing version support for the manual download links on https://getcomposer.org/download/

The bottom line though is if you're using the installer or self-update things will just work regardless of PHP version.

@Seldaek Seldaek closed this as completed Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants