From 08890cdcaab0448f96826deb96d0e8869ed5534d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:39:04 +0000 Subject: [PATCH] build(deps): Bump the dependencies group with 2 updates Updates the requirements on [symfony/console](https://github.com/symfony/console) and [symfony/yaml](https://github.com/symfony/yaml) to permit the latest version. Updates `symfony/console` to 7.0.1 - [Release notes](https://github.com/symfony/console/releases) - [Changelog](https://github.com/symfony/console/blob/7.0/CHANGELOG.md) - [Commits](https://github.com/symfony/console/compare/v6.3.0...v7.0.1) Updates `symfony/yaml` to 7.0.0 - [Release notes](https://github.com/symfony/yaml/releases) - [Changelog](https://github.com/symfony/yaml/blob/7.0/CHANGELOG.md) - [Commits](https://github.com/symfony/yaml/compare/v6.3.0...v7.0.0) --- updated-dependencies: - dependency-name: symfony/console dependency-type: direct:production dependency-group: dependencies - dependency-name: symfony/yaml dependency-type: direct:development dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a516e90..5201eac 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "require": { "php": "^8.2", "psr/log": "^3.0", - "symfony/console": "^6.4", + "symfony/console": "^6.4 || ^7.0", "symfony/event-dispatcher-contracts": "^2.5 || ^3.0", "symfony/service-contracts": "^2.5 || ^3.0", "thecodingmachine/safe": "^2.0", @@ -35,7 +35,7 @@ "symfony/flex": "^2.4.0", "symfony/framework-bundle": "^6.4", "symfony/http-kernel": "^6.4", - "symfony/yaml": "^6.4" + "symfony/yaml": "^6.4 || ^7.0" }, "conflict": { "symfony/dependency-injection": "<6.4.0",