Skip to content

[TASK] Block installations on unsupported higher PHP versions #691

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

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

oliverklee
Copy link
Collaborator

We want Composer to be able to figure out which versions of which libraries it can install on which version of PHP.

To make this possible, we should only allow installations on PHP versions that we know to work.

@oliverklee oliverklee self-assigned this Aug 28, 2024
oliverklee added a commit that referenced this pull request Aug 28, 2024
We want Composer to be able to figure out which versions of which
libraries it can install on which version of PHP.

To make this possible, we should only allow installations on PHP
versions that we know to work.

This is the v8.x backport of #691.
oliverklee added a commit that referenced this pull request Aug 28, 2024
We want Composer to be able to figure out which versions of which
libraries it can install on which version of PHP.

To make this possible, we should only allow installations on PHP
versions that we know to work.

This is the v8.x backport of #691.
We want Composer to be able to figure out which versions of which
libraries it can install on which version of PHP.

To make this possible, we should only allow installations on PHP
versions that we know to work.
Copy link
Collaborator

@JakeQZ JakeQZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is what we do in the sister project, Emogrifier. It means we have to specifically make a release to support each new PHP version. But that also involves updating the automated tests to include testing against the new PHP. Thus we can be confident that the software works with it, having made any changes needed, as opposed to finding spurious bugs in the wild.

@JakeQZ JakeQZ merged commit e12c9f1 into main Aug 28, 2024
21 checks passed
@JakeQZ JakeQZ deleted the task/php-support branch August 28, 2024 21:32
JakeQZ pushed a commit that referenced this pull request Aug 28, 2024
We want Composer to be able to figure out which versions of which
libraries it can install on which version of PHP.

To make this possible, we should only allow installations on PHP
versions that we know to work.

This is the v8.x backport of #691.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants