Skip to content

Issue #3124864: Remove --no-dev from all composer install, composer update commands

Benji Fisher requested to merge issue/simplytest-3124864:8.x-4.x into 8.x-4.x

Blindly remove --no-dev from all composer install and composer update commands anywhere in the project.

I have not tested this locally.

The intention is that dev dependencies will be installed on all sites created by SimplyTest.me. This is a known security hole, but so is using "admin" as the user name and password. We are protected by the obscure URLs and the limited lifetime of each site.

Merge request reports