From 32745af8e8703481ff5bbb51b9edd449d54ff3a6 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Sun, 15 Dec 2024 18:09:17 +0100 Subject: [PATCH] Allow php-debugbar 1.24.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 09cd0f80..7946c836 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",