From 6cb306c02a0e0f756c3d632611666db0541d2a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:03:52 +0000 Subject: [PATCH] Update symfony/config requirement from ^7.0 to ^8.0 Updates the requirements on [symfony/config](https://github.com/symfony/config) to permit the latest version. - [Release notes](https://github.com/symfony/config/releases) - [Changelog](https://github.com/symfony/config/blob/8.1/CHANGELOG.md) - [Commits](https://github.com/symfony/config/compare/v7.0.0...v8.0.8) --- updated-dependencies: - dependency-name: symfony/config dependency-version: 8.0.8 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 3a72b61..4798608 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": ">=8.4", "roave/security-advisories": "dev-master", - "symfony/config": "^7.0", + "symfony/config": "^8.0", "symfony/yaml": "^7.0", "php-di/php-di": "^7.0", "adbario/php-dot-notation": "^3.0",