-
-
Notifications
You must be signed in to change notification settings - Fork 887
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
Fix: Update composer itself to latest snapshot #1331
Conversation
c98545a
to
300b112
Compare
300b112
to
6d34988
Compare
Hi, I'm not a fan of including Composer itself here, it adds unnecessary baggage to the Git repo, could we persuade Travis and AppVeyor to install older version instead? |
Absolutely, give me a moment! |
733d726
to
ff45b63
Compare
ff45b63
to
c4c4ed6
Compare
build.xml
Outdated
@@ -12,9 +13,21 @@ | |||
phpstan | |||
"/> | |||
|
|||
<target name="composer-diagnose"> |
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.
Not sure, should I add a task to download composer.phar
instead?
I think it would be useful for being able to run phing
locally, too.
What do you think?
Possibly fixed by composer/composer@a74b639. |
9b66968
to
c359438
Compare
Updated! |
c359438
to
e4037d5
Compare
When it's a part of Travis/Appveyor yamls, it does not need to be in build.xml π I updated it. |
Thanks! |
Thank you, @ondrejmirtes! |
This PR
composer
itself to latest snapshotRelated to ergebnis/composer-normalize#68 (comment).
Follows composer/composer#7516 (comment).
πββοΈ This is a temporary patch until
1.7.1
is released.