-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Support for composer 2.3.0 #46
Conversation
This also re-enables tests for composer v1 which were dropped when migrating to PHP 8.1 Signed-off-by: Maximilian Bösing <[email protected]>
Signed-off-by: Maximilian Bösing <[email protected]>
Signed-off-by: Maximilian Bösing <[email protected]>
Signed-off-by: Maximilian Bösing <[email protected]>
Signed-off-by: Maximilian Bösing <[email protected]>
Signed-off-by: Maximilian Bösing <[email protected]>
We do not need composer v1 to run tests on composer v1. We can install composer v1 as `require-dev` using composer v2. Afterwards, unit tests are able to detect composer v1 by applying the appropriate checks. Signed-off-by: Maximilian Bösing <[email protected]>
Signed-off-by: Maximilian Bösing <[email protected]>
…uire` Signed-off-by: Maximilian Bösing <[email protected]>
…json` By adding an empty object to the config, we ensure that the default behavior of ignoring platform requirements for PHP 8 is disabled. Signed-off-by: Maximilian Bösing <[email protected]>
…us implementation Signed-off-by: Maximilian Bösing <[email protected]>
Can we kill composer v1 support, perhaps? :| |
I would prefer drop composer v1 when composer stops supporting it itself or when the maintenance amount gets too big. but as of now, maintaining v1 is not the problem. |
Ok, so I guess it's just about getting this build back to green then? I'm perfectly OK with keeping |
This also restores tests on older composer v2 versions Signed-off-by: Maximilian Bösing <[email protected]>
Signed-off-by: Maximilian Bösing <[email protected]>
Signed-off-by: Maximilian Bösing <[email protected]>
This resolves type incompatibilities with latest mocking changes. Signed-off-by: Maximilian Bösing <[email protected]>
…n a string Signed-off-by: Maximilian Bösing <[email protected]>
Signed-off-by: Maximilian Bösing <[email protected]>
Signed-off-by: Maximilian Bösing <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚢
Thanks @boesing - cutting a release! |
Description
Tests are still failing due to composer/composer#10622
This also re-enables unit tests for composer v1 which were removed in v2.6.0