Chassis / Composer

An extensions to install Composer on your Chassis box
0 stars 3 forks source link

Add `--no-dev` flag #25

Closed BronsonQuick closed 6 years ago

BronsonQuick commented 6 years ago

For a clients project we are having an issue with phpunit being lncluded in one of their composer dependencies and this is some of our code to fail.

For a quick fix we need to add in --no-dev to this extension for now and after that I will open a ticket to correctly implement --no-dev and also address --ignore-platform-reqs feedback https://github.com/Chassis/Composer/issues/22#issuecomment-418071440 as well and I'll address this on Friday.