From: VirtualTam Date: Sat, 9 Apr 2016 23:08:46 +0000 (+0200) Subject: Tests: update PHPUnit to 4.8.x X-Git-Tag: v0.7.0~16^2 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=129793b537eb0d16da89ea3ef8c1ca0b56b886c1 Tests: update PHPUnit to 4.8.x Signed-off-by: VirtualTam --- diff --git a/composer.json b/composer.json index f6d92c92..2ded0920 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "require": {}, "require-dev": { "phpmd/phpmd" : "@stable", - "phpunit/phpunit": "4.6.*", + "phpunit/phpunit": "4.8.*", "sebastian/phpcpd": "*", "squizlabs/php_codesniffer": "2.*" }