From 75468420a4c6c28b980319240056e884b4647d63 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Sat, 9 Feb 2019 14:05:33 +0100 Subject: [PATCH] Use same version as framework --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a8b9aec8..bda43337 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "fzaninotto/faker": "^1.4", "mockery/mockery": "^1.0", "nunomaduro/collision": "^2.0", - "phpunit/phpunit": "^7.0" + "phpunit/phpunit": "^7.5" }, "config": { "optimize-autoloader": true,