From 840e88e124099d45f758285ac0928700b3583cd2 Mon Sep 17 00:00:00 2001 From: Sean O'Brien Date: Wed, 13 Apr 2022 12:24:35 -0500 Subject: [PATCH] bump phpunit5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index de4af71..9f9240d 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "symfony/http-kernel": "~2.3|~3.0|~4.0|~5.0|~6.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35|^5.4.0|^6.0.0", + "phpunit/phpunit": "^4.8.35|^5.6.3|^6.0.0", "symfony/framework-bundle": "~2.3|~3.0|~4.0|~5.0|~6.0", "symfony/yaml": "~2.3|~3.0|~4.0|~5.0|~6.0" },