Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
update by default is --dev
  • Loading branch information
cordoval committed Jun 26, 2013
1 parent 782620b commit 5860106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You will then need to run a composer installation:
```sh
cd ChangeSet
curl -s https://getcomposer.org/installer | php
php composer.phar update --dev
php composer.phar update
```

## Testing
Expand All @@ -29,4 +29,4 @@ The PHPUnit version to be used is the one installed as a dev- dependency via com
./vendor/bin/phpunit
```

Accepted coverage for new contributions is 80%. Any contribution not satisfying this requirement won't be merged.
Accepted coverage for new contributions is 80%. Any contribution not satisfying this requirement won't be merged.

0 comments on commit 5860106

Please sign in to comment.