From c6cbc63cd8260af1c8f257f3a3feb9ed18e26df1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 05:47:05 +0000 Subject: [PATCH] - (php) Update symfony/process requirement from v7.0.7 to v7.1.5 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/v7.0.7...v7.1.5) --- 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..b7ae0ee 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.1.5" }, "require-dev": { "blumilksoftware/codestyle": "^v3.0.0",