From 2bd0b16e6a409eb4a4e42e40d361a58276fbadd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 01:26:34 +0000 Subject: [PATCH] build(deps): bump symfony/http-foundation from 6.4.33 to 6.4.41 Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 6.4.33 to 6.4.41. - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/8.2/CHANGELOG.md) - [Commits](https://github.com/symfony/http-foundation/compare/v6.4.33...v6.4.41) --- updated-dependencies: - dependency-name: symfony/http-foundation dependency-version: 6.4.41 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 68cf5d893..f6f947da6 100644 --- a/composer.json +++ b/composer.json @@ -58,7 +58,7 @@ "stecman/symfony-console-completion": "^0.14.0", "symfony/console": "^6.4.12", "symfony/event-dispatcher": "^6.4.8", - "symfony/http-foundation": "^6.4.29", + "symfony/http-foundation": "^6.4.41", "symfony/mailer": "^6.4", "symfony/polyfill-intl-normalizer": "^1.33.0", "symfony/polyfill-php84": "^1.33.0", diff --git a/composer.lock b/composer.lock index ae08cddea..b7142156f 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "b428b66dda3b3049960ce06ee7b8a839", + "content-hash": "9bf7b8289e8997adc0880fe41803aed1", "packages": [ { "name": "aws/aws-crt-php", @@ -4864,16 +4864,16 @@ }, { "name": "symfony/http-foundation", - "version": "v6.4.33", + "version": "v6.4.41", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "f1a490cc9d595ba7ebe684220e625d1e472ad278" + "reference": "48d76c29a67a301e0f7779a512bf76417395ffef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f1a490cc9d595ba7ebe684220e625d1e472ad278", - "reference": "f1a490cc9d595ba7ebe684220e625d1e472ad278", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/48d76c29a67a301e0f7779a512bf76417395ffef", + "reference": "48d76c29a67a301e0f7779a512bf76417395ffef", "shasum": "" }, "require": { @@ -4921,7 +4921,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v6.4.33" + "source": "https://github.com/symfony/http-foundation/tree/v6.4.41" }, "funding": [ { @@ -4941,7 +4941,7 @@ "type": "tidelift" } ], - "time": "2026-01-27T15:04:55+00:00" + "time": "2026-05-24T10:54:17+00:00" }, { "name": "symfony/mailer", @@ -6415,7 +6415,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^8.2", + "php": "^8.3", "ext-ctype": "*", "ext-mbstring": "*" },