From b6cbd918df17d29459e175091a45c5f7f723cdb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 08:37:22 +0000 Subject: [PATCH] Update symfony/yaml requirement from ^6.4 || ^7.4 to ^8.1.6 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.6) --- updated-dependencies: - dependency-name: symfony/yaml dependency-version: 8.1.6 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 5dc0e37..94e5798 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "squizlabs/php_codesniffer": "^3.13", "symfony/console": "^6.4 || ^7.4", "symfony/process": "^6.4 || ^7.4", - "symfony/yaml": "^6.4 || ^7.4", + "symfony/yaml": "^8.1.6", "vimeo/psalm": "^6.17" }, "require-dev": {