From 6caa3d6f691ab5e6fba2645c8ff60bd6d982c6a4 Mon Sep 17 00:00:00 2001 From: thecaliskan <13554944+thecaliskan@users.noreply.github.com> Date: Sat, 16 Dec 2023 17:24:50 +0300 Subject: [PATCH] Allow symfony 7.x --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0a291d0..216567a 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,8 @@ "ramsey/uuid": "^3.0|^4.1", "spatie/backtrace": "^1.1", "spatie/macroable": "^1.0|^2.0", - "symfony/stopwatch": "^4.0|^5.1|^6.0", - "symfony/var-dumper": "^4.2|^5.1|^6.0" + "symfony/stopwatch": "^4.0|^5.1|^6.0|^7.0", + "symfony/var-dumper": "^4.2|^5.1|^6.0|^7.0" }, "require-dev": { "illuminate/support": "6.x|^8.18|^9.0",