From 1c7df789829599a3e615184c5d724beced6b583d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 15:16:48 +0000 Subject: [PATCH] Bump symfony/http-kernel from 7.2.6 to 7.3.0 Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from 7.2.6 to 7.3.0. - [Release notes](https://github.com/symfony/http-kernel/releases) - [Changelog](https://github.com/symfony/http-kernel/blob/7.3/CHANGELOG.md) - [Commits](https://github.com/symfony/http-kernel/compare/v7.2.6...v7.3.0) --- updated-dependencies: - dependency-name: symfony/http-kernel dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 6155b93..d5c254c 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "symfony/flex": "^2.7", "symfony/framework-bundle": "~7.3.0", "symfony/http-foundation": "7.3.*", - "symfony/http-kernel": "7.2.*", + "symfony/http-kernel": "7.3.*", "symfony/psr-http-message-bridge": "7.3.*", "symfony/routing": "7.3.*", "symfony/runtime": "~7.3.0", diff --git a/composer.lock b/composer.lock index 605c4f3..cd39b85 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": "cc96e1362c4d9d533b383b2641d76db4", + "content-hash": "7b1fdae268c1d39567643ee44d052ec5", "packages": [ { "name": "brick/math", @@ -2246,16 +2246,16 @@ }, { "name": "symfony/http-kernel", - "version": "v7.2.7", + "version": "v7.3.0", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "4523deb9efb3c5033d84ea664a0da8341d3a4596" + "reference": "ac7b8e163e8c83dce3abcc055a502d4486051a9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/4523deb9efb3c5033d84ea664a0da8341d3a4596", - "reference": "4523deb9efb3c5033d84ea664a0da8341d3a4596", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/ac7b8e163e8c83dce3abcc055a502d4486051a9f", + "reference": "ac7b8e163e8c83dce3abcc055a502d4486051a9f", "shasum": "" }, "require": { @@ -2263,8 +2263,8 @@ "psr/log": "^1|^2|^3", "symfony/deprecation-contracts": "^2.5|^3", "symfony/error-handler": "^6.4|^7.0", - "symfony/event-dispatcher": "^6.4|^7.0", - "symfony/http-foundation": "^6.4|^7.0", + "symfony/event-dispatcher": "^7.3", + "symfony/http-foundation": "^7.3", "symfony/polyfill-ctype": "^1.8" }, "conflict": { @@ -2340,7 +2340,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v7.2.7" + "source": "https://github.com/symfony/http-kernel/tree/v7.3.0" }, "funding": [ { @@ -2356,7 +2356,7 @@ "type": "tidelift" } ], - "time": "2025-05-29T07:35:19+00:00" + "time": "2025-05-29T07:47:32+00:00" }, { "name": "symfony/polyfill-intl-grapheme",