From c7326f430b3eaa664c73cdd2e31a39bc8a1a1e91 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 26 Jun 2020 18:28:47 +0200 Subject: [PATCH] chore: fixes required version of collision --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7cf4955d..4d77bb41 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^7.3", - "nunomaduro/collision": "^5.0.0-BETA2", + "nunomaduro/collision": "^5.0.0-BETA3", "pestphp/pest-plugin": "^0.2", "pestphp/pest-plugin-coverage": "^0.2", "pestphp/pest-plugin-init": "^0.2",