From 59d6dd00c1dc7d3441c59b6cd495f1d6682e00f6 Mon Sep 17 00:00:00 2001 From: core23 Date: Thu, 1 Aug 2019 00:12:23 +0200 Subject: [PATCH] [BUILD] Use phpunit 8 --- vendor-bin/phpstan/composer.json | 3 --- vendor-bin/test/composer.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/vendor-bin/phpstan/composer.json b/vendor-bin/phpstan/composer.json index ac98b34..4d8948f 100644 --- a/vendor-bin/phpstan/composer.json +++ b/vendor-bin/phpstan/composer.json @@ -6,8 +6,5 @@ "phpstan/phpstan": "^0.11", "phpstan/phpstan-phpunit": "^0.11", "phpstan/phpstan-strict-rules": "^0.11" - }, - "conflict": { - "phpunit/phpunit": ">=8.0" } } diff --git a/vendor-bin/test/composer.json b/vendor-bin/test/composer.json index c76d257..316728d 100644 --- a/vendor-bin/test/composer.json +++ b/vendor-bin/test/composer.json @@ -1,6 +1,6 @@ { "require": { - "phpunit/phpunit": "^7.4", + "phpunit/phpunit": "^8.2", "symfony/phpunit-bridge": "^4.1" } }