From 9b0018524bdb7a4416293caeef076cc3be75118d Mon Sep 17 00:00:00 2001 From: codemasher Date: Fri, 9 Aug 2019 18:18:46 +0200 Subject: [PATCH] :octocat: PHPUnit 8.3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c07a8b0ed..febcc749a 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "chillerlan/php-settings-container": "^1.1" }, "require-dev": { - "phpunit/phpunit": "^8.0" + "phpunit/phpunit": "^8.3" }, "suggest": { "chillerlan/php-authenticator": "^3.0"