diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-07-31 17:38:38 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-07-31 17:38:38 +0200 |
commit | ff4cad1b0bee2fa67e6e6e32c8625464ab03f21b (patch) | |
tree | 428d7fb4bf47b2c6ffb053cb6cf2582827c940e1 | |
parent | 2ffc113439590a22a788c394c635f17a5e34b56b (diff) |
composer: Move php-code-coverage to require-dev
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index cb0ee35fa..34fe9a5dc 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "require": { + "require-dev": { "phpunit/php-code-coverage": "^4.0" } } |