-
-
Notifications
You must be signed in to change notification settings - Fork 412
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
Add extra to disable installers #67
Comments
What's about this?
|
Disabling installers for specific frameworks but not all implies the user is using at least two frameworks simultaneously. I'm not sure it's plausible that a user will be using two frameworks simultaneously and if they are, they should be fine using the default |
Was just an idea. btw: Using Yii and Zend together is a perfect use case ;) |
@schmunk42 if you use Yii you might use Zend components as libraries but probably not Zend MVC stuff. And for the libs going in vendor/ is just fine. |
I use WordPress and Moodle in a project. I want to implement my own WordPress installer but leave the Moodle behavior as is. I think if there is an implementation for this, it should expose the functionality in the public api so other installers can leverage this. #211 is one of these particular scenarios. |
Setting this extra would disable installers and install to the native
vendor
dir. Useful for users who have configured their framework to consume packages from the default dir (but the framework has not officially supported it).Reference this topic: https://groups.google.com/forum/?fromgroups=#!topic/composer-dev/9JtvlkQ1DNE
Maybe
installer-disable
?The text was updated successfully, but these errors were encountered: