From 244489bcb0c533f89257dbcfee463080cd82c33f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 05:10:45 +0000 Subject: [PATCH] Update symfony/process requirement from ^5.4 to ^7.2 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.2/CHANGELOG.md) - [Commits](https://github.com/symfony/process/compare/v5.4.0...v7.2.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 0b9c03a..026bd80 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.2" }, "require-dev": { "phpunit/phpunit": "^10.1",