From 3d29b4dfbb112b6ef0eaef5ae79d04f9431c834b Mon Sep 17 00:00:00 2001 From: Rhodri Pugh Date: Sun, 7 Jan 2018 16:58:14 +0000 Subject: [PATCH] add --prefer-source to composer install as test files needed from portphp/portphp (#2) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dba347f..2775def 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,7 @@ $ git checkout -b bug-or-feature-description And install the dependencies: ```bash -$ composer install +$ composer install --prefer-source ``` Write your code and add tests. Then run the tests: