andres-montanez / Magallanes

The PHP Deployment Tool
https://magephp.com
MIT License
691 stars 169 forks source link

Update README.md #438

Closed tomasliubinas closed 3 years ago

tomasliubinas commented 5 years ago

By default you probably would never want to run this tool on production? In this case it would be better to require it for --dev dependencies

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 3e4a6deff83cb91594d7ffbd2c23b02e1facf094 on tomasliubinas:patch-1 into e30de6b719c923d70917a9f9364efdb29b7e9362 on andres-montanez:master.

phansys commented 4 years ago

A great improvement should aim the user to use the command instead of edit the file manually:

composer require --dev andres-montanez/magallanes

Which should resolve the most recent compatible release.

andres-montanez commented 3 years ago

Thanks everyone! @tomasliubinas makes total sense, I will update it on the doc pages too! Thanks everyone!!