From 8e75401e9d09e85f2d0208e456c91cb9bcc6a3a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Thu, 25 Feb 2021 15:49:57 -0300 Subject: [PATCH] Update the phpunit.xml.dist file for PHPUnit 8.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- composer.json | 2 +- phpunit.xml.dist | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index e262cde0ba..8495bfa861 100644 --- a/composer.json +++ b/composer.json @@ -85,7 +85,7 @@ "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^0.12.78", "phpstan/phpstan-phpunit": "^0.12.17", - "phpunit/phpunit": "^8.0 || ^9.0", + "phpunit/phpunit": "^8.5 || ^9.5", "pragmarx/google2fa-qrcode": "^1.0.1", "samyoul/u2f-php-server": "^1.1", "symfony/console": "^5.2.3", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 701be01216..a3984cb7a1 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,6 +1,6 @@ - + test/classes - + test/selenium @@ -22,12 +22,12 @@ - + . examples - node_modules libraries/cache + node_modules test tmp vendor