From: Jeremy Benoist Date: Mon, 21 Nov 2016 06:46:46 +0000 (+0100) Subject: Lock down PHPUnit for PHP 5.5 X-Git-Tag: 2.1.5~2^2 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=f32ff3753434dce8fc47a8f58a2edc3dc0c71e53 Lock down PHPUnit for PHP 5.5 Since Composer defined lowest version is now PHP 5.5.9. PHPUnit 5.0 require PHP 5.6. --- diff --git a/composer.json b/composer.json index 2e87a7f1..70f5fc99 100644 --- a/composer.json +++ b/composer.json @@ -88,7 +88,7 @@ "doctrine/doctrine-fixtures-bundle": "~2.2", "doctrine/data-fixtures": "~1.1.1", "sensio/generator-bundle": "^3.0", - "phpunit/phpunit": "~5.0", + "phpunit/phpunit": "~4.0", "symfony/phpunit-bridge": "^3.0", "friendsofphp/php-cs-fixer": "~1.9", "m6web/redis-mock": "^2.0"