From 6dedf9824f15f97fdbd19a2f188d3d198fc69d92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 05:59:00 +0000 Subject: [PATCH] - (php) Update symfony/process requirement from v7.0.7 to v7.2.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.2/CHANGELOG.md) - [Commits](https://github.com/symfony/process/compare/v7.0.7...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 3d38d93..01939d5 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "type": "library", "require": { "php": "^8.3", - "symfony/process": "v7.0.7" + "symfony/process": "v7.2.0" }, "require-dev": { "blumilksoftware/codestyle": "^v3.0.0",