-
Notifications
You must be signed in to change notification settings - Fork 519
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
RFC: Compatibility with composer/composer 2.3.x #694
Comments
I've noticed that there were several releases for the 2.3 branch of |
Unfortunately, 2.3.2 still has the same issue. |
Alright, I updated the |
I think I fixed 2.3 and 2.4 compat in #700 - unfortunately that is not fit for simply being a pull request. |
Describe the bug
I believe satis is no longer working with Composer 2.3:
To Reproduce
Try a satis build with Composer 2.3
Outcome
Expected behavior
Additional context
Before every satis build we execute a
composer update
inside our satis directory (the one created bycomposer create-project composer/satis:dev-main --stability=dev --remove-vcs
). Today this updated composer:After that the job failed, as is shown in the outcome section above.
To make it work again I executed the following in the satis directory:
composer req -W 'composer/composer:<2.3.0'
Then the output was again like shown in expected behaviour.
The text was updated successfully, but these errors were encountered: