You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed false information about composer install --no-dev
https://getcomposer.org/doc/03-cli.md#install-i
composer install --no-dev skips the require-dev dependencies of the project. The require-dev dependencies of the packages are never installed.
0 commit comments