Skip to content

Commit

Permalink
Updates the composer install command
Browse files Browse the repository at this point in the history
The `--dev` flag is not required. Development dependencies are installed by default, unless the `--no-dev` flag is used.
  • Loading branch information
Potherca committed May 10, 2015
1 parent a66f93a commit 67adb2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ not be inflected.
## Contribute!

* [Fork and clone](https://help.github.com/articles/fork-a-repo).
* Run the command `php composer.phar install --dev` to install the dev
dependencies. See [Composer](https://github.com/composer/composer#installation--usage).
* Run the command `php composer.phar install` to install the dependencies.
This will also install the dev dependencies. See [Composer](https://github.com/composer/composer#installation--usage).
* Use the command `phpunit` to run the tests. See [PHPUnit](http://phpunit.de).
* Create a branch, commit, push and send us a
[pull request](https://help.github.com/articles/using-pull-requests).
Expand Down

0 comments on commit 67adb2c

Please sign in to comment.