From 586010633e6a5881ecaf76059cef71ac6c3c6cb1 Mon Sep 17 00:00:00 2001 From: Luis Cordova Date: Wed, 26 Jun 2013 14:39:48 -0500 Subject: [PATCH] Update CONTRIBUTING.md update by default is --dev --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9520aaf..c513041 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -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. \ No newline at end of file +Accepted coverage for new contributions is 80%. Any contribution not satisfying this requirement won't be merged.