From bdc365de0af4eb75a13711c0d12b1bc67c717f2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 04:02:55 +0000 Subject: [PATCH] Update symfony/yaml requirement from ~6.4|~7.4 to ^8.1.1 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.2/CHANGELOG.md) - [Commits](https://github.com/symfony/yaml/commits/v8.1.1) --- updated-dependencies: - dependency-name: symfony/yaml dependency-version: 8.1.1 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 22a657fb..92e24ff5 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require": { "php": "^8.5", "symfony/console": "~6.4|~7.4", - "symfony/yaml": "~6.4|~7.4", + "symfony/yaml": "^8.1.1", "justinrainbow/json-schema": "^6.0", "ext-json": "*", "composer/semver": "^3.0",