-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Create bedrock fails #553
Comments
I'm having the same issues as mentioned above when using composer 2. |
Apologies for the delay. I've released 1.14.3 with this update: https://github.com/roots/bedrock/releases/tag/1.14.3 |
I've hit this issue with a first deploy on Ubuntu 20. I see that there is commit which adds support for Composer 2. https://github.com/roots/bedrock/releases/tag/1.14.3, but from what I'm seeing the only change is to composer.lock. And also a change to the Changelog. Would one of you please guide me as to how to implement this update locally? Should I be merging in the upstream 1.14.3 branch, expecting an update to Changelog and Composer.lock? My understanding is that Thanks. |
With composer v2, run If you have a very old |
Thank you. What worked for me is to update composer to Then, also locally, run Subsequent deploy works |
Description
Creating a new bedrock project using
composer create
fails because of conflicting dependency requirements in lockfile.Steps to reproduce
composer create-project roots/bedrock
Expected behavior:
Normal creation of Bedrock project.
Actual behavior:
Reproduces how often: Always.
Versions
Current master (https://github.com/roots/bedrock/tree/147a86732f677ea8e47f2aced2cb03ca55b6b0ae).
Additional information
It seems to be the composer lockfile, after deleting it from the created Bedrock project folder and invoking
composer install
, composer 2 installed all dependencies successfully.The text was updated successfully, but these errors were encountered: