Removed the deprecated "--dev" argument from the recommended composer command. When that argument is specified, composer prints the following:

You are using the deprecated option "dev". Dev packages are installed by default now.
This commit is contained in:
Mark McEver 2015-11-08 09:30:22 -06:00
parent 46bb95a265
commit c1659a5842

View File

@ -40,7 +40,7 @@ Dependencies are managed via Composer.
2. Install Dependencies
``` sh
php composer.phar install --dev
php composer.phar install
```
## Contributing