From 1b7f1dc5b319f5dcb67a07766509f51747518675 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Mon, 13 Dec 2021 20:57:27 +0000 Subject: [PATCH] chore(deps): update nunomaduro/collision to ^5.10 This ensures that the minimum dependencies work with PHP 8.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 74985375..56a5ad7e 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^7.3 || ^8.0", - "nunomaduro/collision": "^5.4.0|^6.0", + "nunomaduro/collision": "^5.10.0|^6.0", "pestphp/pest-plugin": "^1.0.0", "phpunit/phpunit": "^9.5.5" },