From b1c3ea7d7506d3854c426771ec44aaba677eae08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 22:53:41 +0000 Subject: [PATCH] Update symfony/var-exporter requirement from ^6.4||^7 to ^6.4||^7||^8 Updates the requirements on [symfony/var-exporter](https://github.com/symfony/var-exporter) to permit the latest version. - [Release notes](https://github.com/symfony/var-exporter/releases) - [Changelog](https://github.com/symfony/var-exporter/blob/7.3/CHANGELOG.md) - [Commits](https://github.com/symfony/var-exporter/commits/v8.0.0) --- updated-dependencies: - dependency-name: symfony/var-exporter dependency-version: 8.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a1bb420..5d50736 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "webonyx/graphql-php": "^v15.29", "psr/container": "^2.0", "league/event": "^3.0", - "symfony/var-exporter": "^6.4 || ^7.0" + "symfony/var-exporter": "^6.4 || ^7.0 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^14.0",