From e059649f9b682435f264ccd25f068150d65ebc39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 14:17:21 +0000 Subject: [PATCH] Bump symfony/yaml from 3.4.47 to 5.4.52 in /core Bumps [symfony/yaml](https://github.com/symfony/yaml) from 3.4.47 to 5.4.52. - [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/compare/v3.4.47...v5.4.52) --- updated-dependencies: - dependency-name: symfony/yaml dependency-version: 5.4.52 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/composer.json | 2 +- core/composer.lock | 32 ++++++++++++++++++++------------ 2 files changed, 21 insertions(+), 13 deletions(-) diff --git a/core/composer.json b/core/composer.json index 2aa2cba9a3..2bb7b363e4 100644 --- a/core/composer.json +++ b/core/composer.json @@ -39,7 +39,7 @@ "geocoder-php/chain-provider": "4.5.*", "geocoder-php/ipstack-provider": "0.4.*", "predis/predis": "1.1.*", - "symfony/yaml": "3.4.*", + "symfony/yaml": "5.4.*", "symfony/http-foundation": "5.4.*", "simshaun/recurr": "4.0.*", "pelago/emogrifier": "7.0.*", diff --git a/core/composer.lock b/core/composer.lock index 97e044ef0a..df48cd4bb0 100644 --- a/core/composer.lock +++ b/core/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": "7eb04003133b25066e37062c3308313c", + "content-hash": "e7f7733bf9d31d913912813f2b43fd55", "packages": [ { "name": "apereo/phpcas", @@ -7985,31 +7985,35 @@ }, { "name": "symfony/yaml", - "version": "v3.4.47", + "version": "v5.4.52", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "88289caa3c166321883f67fe5130188ebbb47094" + "reference": "b0b27055f055f0d314c5c68ed0c10f0bbd90aee0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094", - "reference": "88289caa3c166321883f67fe5130188ebbb47094", + "url": "https://api.github.com/repos/symfony/yaml/zipball/b0b27055f055f0d314c5c68ed0c10f0bbd90aee0", + "reference": "b0b27055f055f0d314c5c68ed0c10f0bbd90aee0", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", - "symfony/polyfill-ctype": "~1.8" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-ctype": "^1.8" }, "conflict": { - "symfony/console": "<3.4" + "symfony/console": "<5.3" }, "require-dev": { - "symfony/console": "~3.4|~4.0" + "symfony/console": "^5.3|^6.0" }, "suggest": { "symfony/console": "For validating YAML files using the lint command" }, + "bin": [ + "Resources/bin/yaml-lint" + ], "type": "library", "autoload": { "psr-4": { @@ -8033,10 +8037,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Yaml Component", + "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v3.4.47" + "source": "https://github.com/symfony/yaml/tree/v5.4.52" }, "funding": [ { @@ -8047,12 +8051,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2020-10-24T10:57:07+00:00" + "time": "2026-05-15T06:40:16+00:00" }, { "name": "tecnickcom/tcpdf",