From afebde295e90e0c752d37df9ed3d04bcfcf9019d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 05:44:33 +0000 Subject: [PATCH] Update symfony/process requirement from ^5.4 to ^7.1 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.1/CHANGELOG.md) - [Commits](https://github.com/symfony/process/compare/v5.4.0...v7.1.6) --- 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 0b9c03a..5f00620 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "php": ">=8.1", "cakephp/cakephp": "^5.0.0", - "symfony/process": "^5.4" + "symfony/process": "^7.1" }, "require-dev": { "phpunit/phpunit": "^10.1",