From b2e0da03f40dda8e62c09b41abb46a19beb76f65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:30:35 +0000 Subject: [PATCH] Update symfony/process requirement from ^6.3 to ^7.1 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/v6.3.0...v7.1.1) --- updated-dependencies: - dependency-name: symfony/process dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 61cd650..ff6a77f 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "codeception/module-cli": "^2.0", "codeception/module-phpbrowser": "^3.0", "maglnet/composer-require-checker": "^4.6", - "symfony/process": "^6.3", + "symfony/process": "^7.1", "vimeo/psalm": "^5.9", "yii-tools/codeception-module-yii3": "^1.0@dev" },