From d88008e6b66c9559f8c0b17bc4d8aba5f3127b2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 08:43:26 +0000 Subject: [PATCH] Bump symfony/yaml from 6.4.x-dev to 7.3.0-BETA1 Bumps [symfony/yaml](https://github.com/symfony/yaml) from 6.4.x-dev to 7.3.0-BETA1. - [Release notes](https://github.com/symfony/yaml/releases) - [Changelog](https://github.com/symfony/yaml/blob/7.2/CHANGELOG.md) - [Commits](https://github.com/symfony/yaml/commits/v7.3.0-BETA1) --- updated-dependencies: - dependency-name: symfony/yaml dependency-version: 7.3.0-BETA1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index 8c5f97b9..27f8c641 100644 --- a/composer.json +++ b/composer.json @@ -72,7 +72,7 @@ "symfony/event-dispatcher-contracts": "^3.3.0", "symfony/options-resolver": "^6.3.0", "symfony/var-exporter": "^6.3.0", - "symfony/yaml": "^6.3.0", + "symfony/yaml": "^6.3.0 || ^7.0.0", "theseer/tokenizer": "^1.2.1" }, "require-dev": { diff --git a/composer.lock b/composer.lock index faae9602..784089b2 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": "e8ed1a209853fe7889802a46747fcf2d", + "content-hash": "0524382ec83215476f81fea4a1bc0394", "packages": [ { "name": "brick/math", @@ -3259,7 +3259,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/main" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0-BETA1" }, "funding": [ { @@ -3627,7 +3627,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.32.0" }, "funding": [ { @@ -4530,28 +4530,28 @@ }, { "name": "symfony/yaml", - "version": "6.4.x-dev", + "version": "v7.3.0-BETA1", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5" + "reference": "cea40a48279d58dc3efee8112634cb90141156c2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5", - "reference": "bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5", + "url": "https://api.github.com/repos/symfony/yaml/zipball/cea40a48279d58dc3efee8112634cb90141156c2", + "reference": "cea40a48279d58dc3efee8112634cb90141156c2", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3", + "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3.0", "symfony/polyfill-ctype": "^1.8" }, "conflict": { - "symfony/console": "<5.4" + "symfony/console": "<6.4" }, "require-dev": { - "symfony/console": "^5.4|^6.0|^7.0" + "symfony/console": "^6.4|^7.0" }, "bin": [ "Resources/bin/yaml-lint" @@ -4582,7 +4582,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/6.4" + "source": "https://github.com/symfony/yaml/tree/v7.3.0-BETA1" }, "funding": [ { @@ -4598,7 +4598,7 @@ "type": "tidelift" } ], - "time": "2025-01-07T09:44:41+00:00" + "time": "2025-04-04T10:10:33+00:00" }, { "name": "theseer/tokenizer", @@ -5498,17 +5498,17 @@ "aliases": [], "minimum-stability": "dev", "stability-flags": { - "rector/rector": 20, - "sebastian/recursion-context": 20 + "sebastian/recursion-context": 20, + "rector/rector": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": "^8.3" }, - "platform-dev": {}, + "platform-dev": [], "platform-overrides": { "php": "8.3" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }