From 698f1a0c71ee3e96035e3c10113e05fb783738c7 Mon Sep 17 00:00:00 2001 From: Jess Archer Date: Fri, 28 Jul 2023 13:19:03 +1000 Subject: [PATCH] Debug framework PR --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index be757280..f7534832 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "^8.1", "ext-mbstring": "*", - "illuminate/collections": "^10.0", + "illuminate/collections": "^8.0|^9.0|^10.0", "symfony/console": "^6.2" }, "require-dev": {