From 784c268e0094d91d8ecc4ca83a8df6493a815b12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 11:44:06 +0000 Subject: [PATCH] build(deps-dev): update symfony/yaml requirement from ^6.0 || ^7.0 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:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ce47501..d628169 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "phpstan/phpstan": "^2.1.32", "phpstan/phpstan-strict-rules": "^2.0", "rector/rector": "^2.2", - "symfony/yaml": "^6.0 || ^7.0", + "symfony/yaml": "^8.1.6", "symplify/easy-coding-standard": "~13.1.0" }, "suggest": {