From 6a1304c6b260f36a0d2daa9d8780d8d33fad6f1c Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Sun, 15 Dec 2024 18:16:29 +0100 Subject: [PATCH] Allow php-debugbar 1.24.x (#1708) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 09cd0f80b..7946c8366 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": "^8.0", - "maximebf/debugbar": "~1.23.0", + "maximebf/debugbar": "~1.23.0|~1.24.0", "illuminate/routing": "^9|^10|^11", "illuminate/session": "^9|^10|^11", "illuminate/support": "^9|^10|^11",