From ea379a886a6a59c73a3c74e230659bf5d99614eb Mon Sep 17 00:00:00 2001 From: Calum Chamberlain <34173688+CalumChamberlain@users.noreply.github.com> Date: Sat, 23 Mar 2024 08:55:12 +0000 Subject: [PATCH] Update composer.json (#52) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 80cd7a8..3222b2e 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "php": "^7.4 | ^8.0", "nyholm/psr7": "^1.3", "psr/http-client": "^1.0", - "symfony/process": "^4.4.30 | ^5.0 |^6.0", + "symfony/process": "^4.4.30 | ^5.0 |^6.0 | ^7.0", "thecodingmachine/safe": "^1.0 | ^2.0", "webmozart/assert": "^1.11" },