From 971b3b7ac188e71fa0c6ac0922fa451ea3725eef Mon Sep 17 00:00:00 2001 From: Severin Date: Sun, 21 Jun 2026 21:49:30 +0200 Subject: [PATCH] Update symfony/http-foundation requirement due CVE-2026-48736 Pushing symfony/http-foundation to the newest 7.x version that fixes the CVE (see also https://packagist.org/security-advisories/PKSA-y6py-qpv1-h52p) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 341659247..87ac20d98 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "spatie/laravel-image-optimizer": "^1.8.2", "stevebauman/purify": "^6.2.0", "symfony/http-client": "^7.3", - "symfony/http-foundation": "7.3.7", + "symfony/http-foundation": "7.4.13", "symfony/mailgun-mailer": "^7.3" }, "require-dev": {