From d22774ff959f137295dee40b30fea88f7795219f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 02:34:25 +0000 Subject: [PATCH] build(deps): bump symfony/yaml in /fixtures/build/dir018-bis Bumps [symfony/yaml](https://github.com/symfony/yaml) from 7.3.3 to 7.4.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/v7.3.3...v7.4.12) --- updated-dependencies: - dependency-name: symfony/yaml dependency-version: 7.4.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fixtures/build/dir018-bis/composer.json | 2 +- fixtures/build/dir018-bis/composer.lock | 38 ++++++++++++++----------- 2 files changed, 22 insertions(+), 18 deletions(-) diff --git a/fixtures/build/dir018-bis/composer.json b/fixtures/build/dir018-bis/composer.json index bb733c79..e0f0748b 100644 --- a/fixtures/build/dir018-bis/composer.json +++ b/fixtures/build/dir018-bis/composer.json @@ -10,7 +10,7 @@ "symfony/flex": "^2.0", "symfony/framework-bundle": "7.3.*", "symfony/runtime": "7.3.*", - "symfony/yaml": "7.3.*" + "symfony/yaml": "7.4.*" }, "config": { "sort-packages": true, diff --git a/fixtures/build/dir018-bis/composer.lock b/fixtures/build/dir018-bis/composer.lock index a8fc5229..f0346c0c 100644 --- a/fixtures/build/dir018-bis/composer.lock +++ b/fixtures/build/dir018-bis/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": "63ff09b9b7819c2891287faa3a8627c4", + "content-hash": "b31ed45d1c919422e3906b6c1c566cce", "packages": [ { "name": "psr/cache", @@ -649,16 +649,16 @@ }, { "name": "symfony/deprecation-contracts", - "version": "v3.6.0", + "version": "v3.7.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62" + "reference": "50f59d1f3ca46d41ac911f97a78626b6756af35b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62", - "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/50f59d1f3ca46d41ac911f97a78626b6756af35b", + "reference": "50f59d1f3ca46d41ac911f97a78626b6756af35b", "shasum": "" }, "require": { @@ -671,7 +671,7 @@ "name": "symfony/contracts" }, "branch-alias": { - "dev-main": "3.6-dev" + "dev-main": "3.7-dev" } }, "autoload": { @@ -696,7 +696,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.7.0" }, "funding": [ { @@ -707,12 +707,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": "2024-09-25T14:21:43+00:00" + "time": "2026-04-13T15:52:40+00:00" }, { "name": "symfony/dotenv", @@ -2445,28 +2449,28 @@ }, { "name": "symfony/yaml", - "version": "v7.3.3", + "version": "v7.4.12", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "d4f4a66866fe2451f61296924767280ab5732d9d" + "reference": "8b6952b56ca6417f25f7a65758cadd0ce02edc51" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/d4f4a66866fe2451f61296924767280ab5732d9d", - "reference": "d4f4a66866fe2451f61296924767280ab5732d9d", + "url": "https://api.github.com/repos/symfony/yaml/zipball/8b6952b56ca6417f25f7a65758cadd0ce02edc51", + "reference": "8b6952b56ca6417f25f7a65758cadd0ce02edc51", "shasum": "" }, "require": { "php": ">=8.2", - "symfony/deprecation-contracts": "^2.5|^3.0", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "^1.8" }, "conflict": { "symfony/console": "<6.4" }, "require-dev": { - "symfony/console": "^6.4|^7.0" + "symfony/console": "^6.4|^7.0|^8.0" }, "bin": [ "Resources/bin/yaml-lint" @@ -2497,7 +2501,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v7.3.3" + "source": "https://github.com/symfony/yaml/tree/v7.4.12" }, "funding": [ { @@ -2517,7 +2521,7 @@ "type": "tidelift" } ], - "time": "2025-08-27T11:34:33+00:00" + "time": "2026-05-20T07:20:23+00:00" } ], "packages-dev": [], @@ -2535,5 +2539,5 @@ "platform-overrides": { "php": "8.2" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }