-
Notifications
You must be signed in to change notification settings - Fork 25
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
Composer 2 support #50
Comments
Thinking about it, probably the most sensible solution would be to release a new major version ( I will try working on a PR. |
I'm having some trouble with the oc-bootstrapper/templates/Envoy.blade.php Line 27 in e678abc
add a line to force downgrade to v1
oc-bootstrapper/templates/Envoy.blade.php Line 40 in 396d872
|
You can use this instead: [ ! -f composer.phar ] && (curl -sS https://getcomposer.org/installer | php) |
This change is available as 0.9.3: |
When using
Still installing v2 as it is the stable channel.
Result :
|
Looks like they did change the installer script to use version 2 by default. Thanks for the heads up @damsfx, I did fix the template file. |
Hi,
the bootstrapper unfortunately does not work with Composer 2, as it tries to install the
1.0
branch of october, which isn't compatible with this version.Are there any plans to upgrade? maybe it even makes sense to let users chose which branch to install?
The text was updated successfully, but these errors were encountered: