-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Description
I'm currently running 2.1.2
composer install --no-dev
Expected result
the packages in the "require-dev"
section of composer.json
should not be installed
Actual result
the command installs the packages in the "require-dev"
section of composer.json
!
At first i thought it was a problem with composer, but this only happens inside a magento project