From d46a20044486ebbe91b74f9e3c277c3994c2a2bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20R?= Date: Tue, 30 Apr 2019 14:13:31 +0200 Subject: [PATCH] Update to PHPUnit 6.5 --- .php_cs | 1 + composer.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.php_cs b/.php_cs index 96697856..b6de2692 100644 --- a/.php_cs +++ b/.php_cs @@ -21,6 +21,7 @@ return PhpCsFixer\Config::create() // 2019 style updates with cs-fixer 2.14, all above are in sync with kernel '@PHPUnit57Migration:risky' => true, + '@PHPUnit60Migration:risky' => true, 'array_syntax' => ['syntax' => 'short'], 'static_lambda' => true, ]) diff --git a/composer.json b/composer.json index 981b6d3f..fa362908 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ "ezsystems/ezplatform-richtext": "^1.1" }, "require-dev": { - "phpunit/phpunit": "^5.7.27", - "matthiasnoback/symfony-dependency-injection-test": "^1.2.0", + "phpunit/phpunit": "^6.5.9", + "matthiasnoback/symfony-dependency-injection-test": "^2.3.1", "ezsystems/ezplatform-solr-search-engine": "^1.5.7", "friendsofphp/php-cs-fixer": "v2.14.2" },