-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Composer usage #608
Comments
Thanks for bringing this to our attention. We're going to investigate and get back to you. |
We are tracking this with internal issue MAGETWO-52095. |
@gamort Repeating my request for information from internal resources. Hope to have an update soon. |
There is no progress on the issue yet. |
I can weigh in a little bit on this matter. See this entire thread for more info: magento/magento2#2561 |
I'm asking because I don't know ... what is the reason someone would use |
To not install the development dependencies on a production server. Since those files aren't necessary on a production system. We even go a few steps further and run this on a production system: composer install --no-dev --prefer-dist --optimize-autoloader I also tried appending the Check the composer docs for all the details: https://getcomposer.org/doc/03-cli.md#install |
It looks like these subcommands also work with Or how do you use |
Hi Steve This is more of a topic which should be discussed over here: #419 But we always run
This is the way the advanced users of Magento 2 work. For simple shop owners who have a little bit of technical knowledge this is probably not the way they'll work, because they won't understand how composer work and they will probably use the archived Magento install. I hope this helps a bit? |
Does passing the more secure "--no-dev" argument to composer cause any issues for installation/upgrade?
The text was updated successfully, but these errors were encountered: