-
-
Notifications
You must be signed in to change notification settings - Fork 605
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
worpdress-core-installer fails to install with Composer 2.0 #1245
Comments
Hi! I ran into the same issue today provisioning a new server. One problem occured before:
The package is added here and requires composer-plugin-api ^1.0.0 (packagist). Adding a version to the - { role: composer, tags: [composer], composer_version: '1.10.16', composer_keep_updated: false } |
Hi @schuhwerk, I did exactly the same, it's a safe workaround. |
|
Hopefully some useful further info for future readers: I just hit this on a brand new server (Ubuntu 20.10), on the very first deploy. The above step (update
I thought this was odd, given I'd just managed a deploy. Seems unrelated, but the only thing I'd changed was updating Long story short, I had to SSH into the server and delete the |
Hey guys I'm feeling super stupid, but how exactly do I update |
+1 I find this dependency only in site/composer.lock but that shouldn't be changed right? |
Okay, so if I do |
With composer v2, run |
Description
worpdress-core-installer
1.1.0 fails to install with Composer 2.0.The package revision 1.1.0 is the latest one available on packagist.org; a more recent PR has been already merged into main branch of
roots/worpdress-core-installer
to solve the issue but a new release has not been published yet.It's a kind of duplicate issue, I know, since the correct solution should take place on the aforementioned package. But this issue is blocking also new provisions of trellis, and can be solved forcing Composer <2.0, in case.
For more details and reproducibility see: roots/wordpress-core-installer#4
The text was updated successfully, but these errors were encountered: