From f7e2611e7bfcb3d636d3c619469b362dd68bdff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 06:53:38 +0000 Subject: [PATCH] chore(deps): update symfony/process requirement from ^7.1 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/v7.1.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 4ceb209..010980d 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "symfony/console": "^7.1", "symfony/dependency-injection": "^7.1", "symfony/filesystem": "^7.1", - "symfony/process": "^7.1", + "symfony/process": "^7.2", "knplabs/github-api": "^3.16", "symfony/config": "^7.1", "symfony/http-client": "^7.1",