From 54cd6d90bbe317040a0195e09c4fc40318bb988d Mon Sep 17 00:00:00 2001 From: Rod Elias Date: Thu, 7 Mar 2019 23:20:15 -0300 Subject: [PATCH] upgrade the collision dependency from v2 to v3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bda43337..8e2b2d7e 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "filp/whoops": "^2.0", "fzaninotto/faker": "^1.4", "mockery/mockery": "^1.0", - "nunomaduro/collision": "^2.0", + "nunomaduro/collision": "^3.0", "phpunit/phpunit": "^7.5" }, "config": {