-
Notifications
You must be signed in to change notification settings - Fork 3
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 V2 doesn't add Vendor Files #3
Comments
I get the following errors coming back...
|
Composer 2 support has been drafted at PR #4. Installing Craft will also require yiisoft/yii2-composer to support Composer 2 as well, so that’s another holdup. In the meantime if you really need Composer 2 support, you can add these to your {
"minimum-stability": "dev",
"require": {
"yiisoft/yii2-composer": "dev-composer-2 as 2.0.8",
"...": "..."
},
"repositories": [
{"type": "vcs", "url": "https://github.com/brandonkelly/yii2-composer"}
]
} |
We’ve released craftcms/plugin-installer 1.5.5 with Composer 2 support, so you can safely remove the custom Still waiting on yiisoft/yii2-composer though. |
yiisoft/yii2-composer 2.0.9 was released today, so that settles the Composer 2 compatibility issues. 🎉 It’s now safe to remove custom Composer requirements for those packages in composer.json, as well as that |
Description
I am trying to install, via Composer, all the Vendor and Plugin files onto a new server. The server company will only allow a Composer V2 install, which, Craft CMS doesn't seem to account for. Are you going to update this anytime soon? Or how can I get around this issue?
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: