From 7af89b9f6203722ee333b66aa9eea0f831a67f75 Mon Sep 17 00:00:00 2001 From: Jeroen Schrader Date: Thu, 26 Mar 2026 14:21:20 +0100 Subject: [PATCH] Update composer.json to fix Symfony security advisory See https://github.com/advisories/GHSA-r39x-jcww-82v6 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ed3cae70..0741bf7d 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "wikimedia/composer-merge-plugin": "^2.1.0", "guzzlehttp/guzzle": "7.9.3", "guzzlehttp/psr7": "2.7.1", - "symfony/process": "v7.3.0", + "symfony/process": "^7.3.11", "symfony/http-client": "v7.3.1" }, "extra": { @@ -53,4 +53,4 @@ "merge-extra": false } } -} \ No newline at end of file +}