From c88f9f4417e0910a4051d95d140971a52ab60998 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:12:33 +0000 Subject: [PATCH] Bump symfony/options-resolver from 6.4.7 to 7.1.9 Bumps [symfony/options-resolver](https://github.com/symfony/options-resolver) from 6.4.7 to 7.1.9. - [Release notes](https://github.com/symfony/options-resolver/releases) - [Changelog](https://github.com/symfony/options-resolver/blob/7.1/CHANGELOG.md) - [Commits](https://github.com/symfony/options-resolver/compare/v6.4.7...v7.1.9) --- updated-dependencies: - dependency-name: symfony/options-resolver dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 2181b40cf..0cf85271d 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "symfony/filesystem": "^6.4.0", "symfony/finder": "^6.2.7", "symfony/http-client": "^6.2.10", - "symfony/options-resolver": "^6.3.0", + "symfony/options-resolver": "^7.1.9", "symfony/phpunit-bridge": "^7.0.1", "symfony/process": "^6.4.2", "symfony/yaml": "^6.3.0", diff --git a/composer.lock b/composer.lock index a70d6a8a2..c5b6652e8 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": "e252e143a64e58d9c1b4d2df939d9d20", + "content-hash": "72b4dcb858096f5417337688653b5059", "packages": [ { "name": "acquia/coding-standards", @@ -3500,16 +3500,16 @@ }, { "name": "symfony/deprecation-contracts", - "version": "v3.5.0", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1" + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", - "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", "shasum": "" }, "require": { @@ -3547,7 +3547,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.5.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1" }, "funding": [ { @@ -3563,7 +3563,7 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:32:20+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/event-dispatcher", @@ -4086,20 +4086,20 @@ }, { "name": "symfony/options-resolver", - "version": "v6.4.7", + "version": "v7.1.9", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "9a3c92b490716ba6771f5beced13c6eda7183eed" + "reference": "0f4099f5306a92487d13b2a4589068c36a93c447" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/9a3c92b490716ba6771f5beced13c6eda7183eed", - "reference": "9a3c92b490716ba6771f5beced13c6eda7183eed", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/0f4099f5306a92487d13b2a4589068c36a93c447", + "reference": "0f4099f5306a92487d13b2a4589068c36a93c447", "shasum": "" }, "require": { - "php": ">=8.1", + "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3" }, "type": "library", @@ -4133,7 +4133,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v6.4.7" + "source": "https://github.com/symfony/options-resolver/tree/v7.1.9" }, "funding": [ { @@ -4149,7 +4149,7 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:22:46+00:00" + "time": "2024-11-20T11:08:58+00:00" }, { "name": "symfony/phpunit-bridge",