From 79b4224a353266b7300f11768f2efa63528ef469 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Wed, 26 Aug 2020 10:49:46 +0100 Subject: [PATCH] chore: update to use stable Collision 5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c97cdcd8..205166e9 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^7.3 || ^8.0", - "nunomaduro/collision": "^5.0.0-BETA5", + "nunomaduro/collision": "^5.0", "pestphp/pest-plugin": "^0.3", "pestphp/pest-plugin-coverage": "^0.3", "pestphp/pest-plugin-init": "^0.3",