Merge branch '2.0'

* 2.0:
  Removed the deprecated "--dev" argument from the recommended composer command.  When that argument is specified, composer prints the following:
This commit is contained in:
Andreas Fischer 2015-11-10 09:45:42 +01:00
commit ac7c4b83e4

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