Use composer 2 as default#292
Merged
Merged
Conversation
Contributor
Author
To switch versions use: - `ln -fs composer2 /usr/bin/composer` - `ln -fs composer1 /usr/bin/composer`
Contributor
Author
|
Rebased as #277 been commited |
Contributor
Author
Contributor
|
Merging this as tested and working fine However i'm wandering if we shouldn't add these lines also to What are you thoughts on that @andypost ? |
Contributor
Author
|
@davidferlay no reason because provision runs before back and there's no composer involved OTOH of we add it here, then back will not use it in CI (so we should stop using |
Contributor
In locals yes, but not in CI. So i'm wondering if it's useful or not to use composer 2 when RA is brought up |
Contributor
Author
|
Yes, that's why for CI just using composer 2 is enough |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To switch versions use:
ln -fs composer2 /usr/bin/composerln -fs composer1 /usr/bin/composerRelated to skilld-labs/docker-php@2fa0631