From aa74375cc1b8325c4518b3cfa4626b7b207da642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 18:54:53 +0000 Subject: [PATCH] chore(deps-dev): update symfony/process requirement Updates the requirements on [symfony/process](https://github.com/symfony/process) to permit the latest version. Updates `symfony/process` to 7.2.4 - [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/v3.0.0...v7.2.4) --- updated-dependencies: - dependency-name: symfony/process dependency-type: direct:development dependency-group: composer ... Signed-off-by: dependabot[bot] --- appengine/flexible/symfony/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/flexible/symfony/composer.json b/appengine/flexible/symfony/composer.json index fc66faa2a8..d969e1465f 100644 --- a/appengine/flexible/symfony/composer.json +++ b/appengine/flexible/symfony/composer.json @@ -3,7 +3,7 @@ "guzzlehttp/guzzle": "^6.3", "monolog/monolog": "^1.19", "symfony/console": " ~2.6.0", - "symfony/process": "^3.0", + "symfony/process": "^7.2", "symfony/yaml": "^3.0", "google/cloud-logging": "^1.9", "paragonie/random_compat": " ^9.0"