From f37f91ed76aba8959c4035bdd0fcd58b4c59ec32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 14:58:09 +0000 Subject: [PATCH] Update symfony/var-dumper requirement from ^6.4.15 to ^6.4.15 || ^7.0.0 Updates the requirements on [symfony/var-dumper](https://github.com/symfony/var-dumper) to permit the latest version. - [Release notes](https://github.com/symfony/var-dumper/releases) - [Changelog](https://github.com/symfony/var-dumper/blob/7.2/CHANGELOG.md) - [Commits](https://github.com/symfony/var-dumper/compare/v6.4.15...v7.2.0) --- updated-dependencies: - dependency-name: symfony/var-dumper dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6c59073..7108dd6 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^3.65.0", "phpunit/phpunit": "^11.4.4", - "symfony/var-dumper": "^6.4.15", + "symfony/var-dumper": "^6.4.15 || ^7.0.0", "guzzlehttp/psr7": "^2.7", "phpstan/phpstan": "^2.0.3", "phpstan/phpstan-phpunit": "^2.0.1",