fix: unpin symfony/http-foundation to allow patch updates

Changes constraint from exact '7.4.13' to '^7.4.13'. The pin was
introduced for CVE-2026-48736 but is overly restrictive — any 7.4.x
release >= 7.4.13 includes the fix. This allows future security
patches to install via composer update.

Note: Symfony 8.x is blocked by laravel/framework ^12 which requires
symfony/http-foundation ^7.2.0. Symfony 8 support arrives with Laravel 13.
pull/6875/head
Your Name 1 month ago
parent f81d7ba666
commit 0c849ca4e7

@ -46,7 +46,7 @@
"spatie/laravel-image-optimizer": "^1.8.2",
"stevebauman/purify": "^6.2.0",
"symfony/http-client": "^7.3",
"symfony/http-foundation": "7.4.13",
"symfony/http-foundation": "^7.4.13",
"symfony/mailgun-mailer": "^7.3"
},
"require-dev": {

14
composer.lock generated

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "3f9605bcb018445854695b1622c79767",
"content-hash": "57ee2f0ee62176740a40de79e05dac80",
"packages": [
{
"name": "aws/aws-crt-php",
@ -8393,16 +8393,16 @@
},
{
"name": "symfony/http-foundation",
"version": "v7.4.13",
"version": "v7.4.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "bc354f47c62301e990b7874fa662326368508e2c"
"reference": "2ebe78c083501dfb9509b31a7aedcae4d60a391f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/bc354f47c62301e990b7874fa662326368508e2c",
"reference": "bc354f47c62301e990b7874fa662326368508e2c",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/2ebe78c083501dfb9509b31a7aedcae4d60a391f",
"reference": "2ebe78c083501dfb9509b31a7aedcae4d60a391f",
"shasum": ""
},
"require": {
@ -8451,7 +8451,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-foundation/tree/v7.4.13"
"source": "https://github.com/symfony/http-foundation/tree/v7.4.17"
},
"funding": [
{
@ -8471,7 +8471,7 @@
"type": "tidelift"
}
],
"time": "2026-05-24T11:20:33+00:00"
"time": "2026-08-20T09:55:18+00:00"
},
{
"name": "symfony/http-kernel",

Loading…
Cancel
Save