From d307fc3d53560370e1c5b8c1bc9b659a142fbb06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 14:53:31 +0000 Subject: [PATCH] Bump symfony/yaml in the composer group across 1 directory Bumps the composer group with 1 update in the / directory: [symfony/yaml](https://github.com/symfony/yaml). Updates `symfony/yaml` from 8.0.8 to 8.0.12 - [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/v8.0.8...v8.0.12) --- updated-dependencies: - dependency-name: symfony/yaml dependency-version: 8.0.12 dependency-type: direct:production dependency-group: composer ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 4fab06a..7b1412b 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "symfony/monolog-bundle": "4.0.2", "symfony/twig-bundle": "8.0.8", "symfony/var-dumper": "8.0.8", - "symfony/yaml": "8.0.8", + "symfony/yaml": "8.0.12", "twig/extra-bundle": "3.24.0", "twig/twig": "3.26.0" }, diff --git a/composer.lock b/composer.lock index 957edc2..61cfc00 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b66e733e3fd982d2ed8471b94023cc76", + "content-hash": "93ab0d7172e785e5f24f1f3775303407", "packages": [ { "name": "monolog/monolog", @@ -3245,16 +3245,16 @@ }, { "name": "symfony/yaml", - "version": "v8.0.8", + "version": "v8.0.12", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "54174ab48c0c0f9e21512b304be17f8150ccf8f1" + "reference": "2a36f4b8405d41fa31799b06874dbd45c1b16c30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/54174ab48c0c0f9e21512b304be17f8150ccf8f1", - "reference": "54174ab48c0c0f9e21512b304be17f8150ccf8f1", + "url": "https://api.github.com/repos/symfony/yaml/zipball/2a36f4b8405d41fa31799b06874dbd45c1b16c30", + "reference": "2a36f4b8405d41fa31799b06874dbd45c1b16c30", "shasum": "" }, "require": { @@ -3296,7 +3296,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v8.0.8" + "source": "https://github.com/symfony/yaml/tree/v8.0.12" }, "funding": [ { @@ -3316,7 +3316,7 @@ "type": "tidelift" } ], - "time": "2026-03-30T15:14:47+00:00" + "time": "2026-05-20T07:22:03+00:00" }, { "name": "twig/extra-bundle",