From 3c2d678269ba60e178bcd93e36f6a91c36b727f1 Mon Sep 17 00:00:00 2001 From: Ahmed shamim Date: Thu, 21 Oct 2021 16:57:31 +0600 Subject: [PATCH] fix: #1236 maximebf/debugbar version issue (#1237) * fix: #1236 maximebf/debugbar version issue * Update composer.json Co-authored-by: Barry vd. Heuvel --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 595a81a7..fff17ea4 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=7.2", - "maximebf/debugbar": "^1.16.3", + "maximebf/debugbar": "^1.17.2", "illuminate/routing": "^6|^7|^8", "illuminate/session": "^6|^7|^8", "illuminate/support": "^6|^7|^8",