From 02f5c3cabe3edf55dd7b69cac7e1dd11bd85c05f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 10:27:42 +0000 Subject: [PATCH] Update dependency symfony/yaml to v7 | datasource | package | from | to | | ---------- | ------------ | ----- | ----- | | packagist | symfony/yaml | 6.4.3 | 7.0.3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 21 ++++++++++----------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 5cc1929c..8a9913fd 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,7 @@ "phly/phly-event-dispatcher": "^1.4.0", "spatie/yaml-front-matter": "^2.0.8", "symfony/console": "^6.4.3", - "symfony/yaml": "^6.4.3" + "symfony/yaml": "^7.0.3" }, "require-dev": { "filp/whoops": "^2.14.5", diff --git a/composer.lock b/composer.lock index 5b64e6e1..be59f732 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": "7c8ef4c21f25dbf51754743234205a50", + "content-hash": "e9837e617577224a7cc1f7b8175d1b44", "packages": [ { "name": "brick/varexporter", @@ -3726,28 +3726,27 @@ }, { "name": "symfony/yaml", - "version": "v6.4.3", + "version": "v7.0.3", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "d75715985f0f94f978e3a8fa42533e10db921b90" + "reference": "2d4fca631c00700597e9442a0b2451ce234513d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/d75715985f0f94f978e3a8fa42533e10db921b90", - "reference": "d75715985f0f94f978e3a8fa42533e10db921b90", + "url": "https://api.github.com/repos/symfony/yaml/zipball/2d4fca631c00700597e9442a0b2451ce234513d3", + "reference": "2d4fca631c00700597e9442a0b2451ce234513d3", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3", + "php": ">=8.2", "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" @@ -3778,7 +3777,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.4.3" + "source": "https://github.com/symfony/yaml/tree/v7.0.3" }, "funding": [ { @@ -3794,7 +3793,7 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2024-01-23T15:02:46+00:00" }, { "name": "webimpress/safe-writer",