From f5d78dccb9ae07d848af02283967e462f93b80d8 Mon Sep 17 00:00:00 2001 From: alexmerlin Date: Mon, 28 Oct 2024 07:41:18 +0200 Subject: [PATCH] Issue #331: Added symfony/var-dumper to the dev requirements Signed-off-by: alexmerlin --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index e9a78c4..56ba4a3 100644 --- a/composer.json +++ b/composer.json @@ -87,6 +87,7 @@ "mezzio/mezzio-tooling": "^2.9.0", "phpunit/phpunit": "^10.5.10", "roave/security-advisories": "dev-latest", + "symfony/var-dumper": "^7.1", "vimeo/psalm": "^5.22.0" }, "autoload": {