-
Notifications
You must be signed in to change notification settings - Fork 32
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
Use composer 2 as default #292
Conversation
To switch versions use: - `ln -fs composer2 /usr/bin/composer` - `ln -fs composer1 /usr/bin/composer`
Rebased as #277 been commited |
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 ? |
@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 |
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 |
Yes, that's why for CI just using composer 2 is enough |
To switch versions use:
ln -fs composer2 /usr/bin/composer
ln -fs composer1 /usr/bin/composer
Related to skilld-labs/docker-php@2fa0631