Bump phpunit to 6.5, discourage phpunit/phpunit more

This commit is contained in:
Nicolas Grekas
2017-12-03 18:09:08 +01:00
parent 0f4fe768bb
commit b45a9da144
3 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ if (false === getenv('SYMFONY_PHPUNIT_REMOVE')) {
putenv('SYMFONY_PHPUNIT_REMOVE=symfony/yaml');
}
if (false === getenv('SYMFONY_PHPUNIT_VERSION')) {
putenv('SYMFONY_PHPUNIT_VERSION=6.4');
putenv('SYMFONY_PHPUNIT_VERSION=6.5');
}
if (false === getenv('SYMFONY_PHPUNIT_DIR')) {
putenv('SYMFONY_PHPUNIT_DIR='.__DIR__.'/.phpunit');