You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the error: Installation failed, reverting ./composer.json to its original content.
When trying to install the project with:
composer create-project acromedia/drupal-orange-project orange --stability dev --no-interaction
Using PHP 7.3, Composer 10.1.10.
Used to work before the change to git.drupalcode.org. Now installation doesn't complete. It breaks with the above error and some directories are missing like vendor and scripts. Only this repository gets fully copied.
Could the version of composer get updated to version 2.x? Maybe that helps solve the issue.
The text was updated successfully, but these errors were encountered:
I'm getting the error:
Installation failed, reverting ./composer.json to its original content.
When trying to install the project with:
composer create-project acromedia/drupal-orange-project orange --stability dev --no-interaction
Using PHP 7.3, Composer 10.1.10.
Used to work before the change to git.drupalcode.org. Now installation doesn't complete. It breaks with the above error and some directories are missing like vendor and scripts. Only this repository gets fully copied.
Could the version of composer get updated to version 2.x? Maybe that helps solve the issue.
The text was updated successfully, but these errors were encountered: