From 75e290b2777c57f3334f402138615cad7b48e3fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:28:46 +0000 Subject: [PATCH] Update symfony/process requirement from ^6.3 to ^6.3 || ^7.0 Updates the requirements on [symfony/process](https://github.com/symfony/process) to permit the latest version. - [Release notes](https://github.com/symfony/process/releases) - [Changelog](https://github.com/symfony/process/blob/7.0/CHANGELOG.md) - [Commits](https://github.com/symfony/process/compare/v6.3.0...v7.0.0) --- updated-dependencies: - dependency-name: symfony/process dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 49b1332..08ec20b 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require": { "php": "^8.2|^8.1|^8.0", - "symfony/process": "^6.3" + "symfony/process": "^6.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^10"