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