From 0020148f913156f54141a05c6c47c237074e51f8 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Sat, 13 Jan 2024 10:05:21 +0800 Subject: [PATCH] Fixes `Typed property Symfony\Component\VarDumper\Dumper\CliDumper::$colors must not be accessed before initialization` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 216567a..bcb07ba 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "spatie/backtrace": "^1.1", "spatie/macroable": "^1.0|^2.0", "symfony/stopwatch": "^4.0|^5.1|^6.0|^7.0", - "symfony/var-dumper": "^4.2|^5.1|^6.0|^7.0" + "symfony/var-dumper": "^4.2|^5.1|^6.0|^7.0.3" }, "require-dev": { "illuminate/support": "6.x|^8.18|^9.0",