diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-07-30 00:54:48 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-07-30 00:54:48 +0200 |
commit | 4b21c998592fc724e75ef5e00a28e9c7c9d89cc1 (patch) | |
tree | 4850333d11ea50e8b4cf9ccd13d35f4d99d2bdd8 /composer.json | |
parent | 033c9729af6d66e3806d52382c5bc5f48ae8b63b (diff) |
Update composer dependencies
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 34fe9a5dc..544e3a6de 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { "require-dev": { - "phpunit/php-code-coverage": "^4.0" + "phpunit/php-code-coverage": "^5" } } |