From 5663611fd5d8ab0a864e746649f29c94a34fff38 Mon Sep 17 00:00:00 2001 From: Pavlo Pyrozhenko Date: Tue, 4 Mar 2025 17:22:58 +0100 Subject: [PATCH] feat(TRY-1476): Update symfony/process version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bee619b..68f1c86 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "require": { "php": "^8.0", - "symfony/process": "^4.4.11|^5.0" + "symfony/process": "^4.4.11|^5.0|^7.1" }, "require-dev": { "chubbyphp/chubbyphp-mock": "^1.6.2",