-
Notifications
You must be signed in to change notification settings - Fork 59
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 composer/composer:^2
#305
Conversation
The original issue report you raised seems to tell that you are running the
installation with `composer/composer:^1`?
…On Fri, May 7, 2021, 14:01 Max Ageev ***@***.***> wrote:
------------------------------
You can view, comment on, or merge this pull request online at:
#305
Commit Summary
- Fixed bug with supporting composer version ^2.0
File Changes
- *M* composer.json
<https://github.com/Roave/BackwardCompatibilityCheck/pull/305/files#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34>
(2)
Patch Links:
- https://github.com/Roave/BackwardCompatibilityCheck/pull/305.patch
- https://github.com/Roave/BackwardCompatibilityCheck/pull/305.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#305>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABFVED3Y3GK6YXCUHBPKV3TMPJCLANCNFSM44JVRACA>
.
|
@Ocramius I added the output of my composer version to the issue. |
@Legion112 |
composer/composer:^2
To update |
@Ocramius Why does the third-party package contains |
@Legion112 |
@Ocramius Install the latest stable version of composer by
To install the latest commit of composer:
Even have tried to use composer inside the vendor/bin directory
|
…l `composer/composer:^2`
I've updated your patch by running |
Wel... it's not what you told me to do ) |
Yeah, I just tried it locally and noticed the failures too 👍 No worries, at least we move forward 🥳 |
@Ocramius Any idea when this will be released? |
Releases are blocked by missing release automation: |
Ah, thanks for explaining! I didn't look back far enough. I'm using Nyholm's Action for now - I do love the options file feature it introduces. |
Fixes #304