Skip to content

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
@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

2 participants