Merge branch '1.0' into 2.0

* 1.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 98ae83482b

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