Skip to content

Commit

Permalink
Removing redundant --dev argument from the composer install line in t…
Browse files Browse the repository at this point in the history
…he docs.
  • Loading branch information
allebb authored Apr 18, 2017
1 parent 07aae5f commit 651e6c8
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 @@ -67,8 +67,8 @@ I use [TravisCI](https://travis-ci.org/) for continuous integration, which trigg
If you wish to run the tests yourself you should run the following:

```shell
# Install the Collection Library with the 'development' packages this then includes PHPUnit!
composer install --dev
# Install the Collection Library
composer install


# Now we run the unit tests (from the root of the project) like so:
Expand Down

0 comments on commit 651e6c8

Please sign in to comment.