From cd17593a83f2b5572b016d1d1b0a535fcc6cd08e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 07:00:11 +0000 Subject: [PATCH] Bump symfony/messenger from 7.3.0 to 7.3.2 Bumps [symfony/messenger](https://github.com/symfony/messenger) from 7.3.0 to 7.3.2. - [Release notes](https://github.com/symfony/messenger/releases) - [Changelog](https://github.com/symfony/messenger/blob/7.3/CHANGELOG.md) - [Commits](https://github.com/symfony/messenger/compare/v7.3.0...v7.3.2) --- updated-dependencies: - dependency-name: symfony/messenger dependency-version: 7.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 6f401df..4f7d163 100644 --- a/composer.lock +++ b/composer.lock @@ -360,16 +360,16 @@ }, { "name": "symfony/messenger", - "version": "v7.3.0", + "version": "v7.3.2", "source": { "type": "git", "url": "https://github.com/symfony/messenger.git", - "reference": "287961b893b55ac502e3704110440d0ad515dbee" + "reference": "f990f0d09deaa45955593be6aafbafe73b0682b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/messenger/zipball/287961b893b55ac502e3704110440d0ad515dbee", - "reference": "287961b893b55ac502e3704110440d0ad515dbee", + "url": "https://api.github.com/repos/symfony/messenger/zipball/f990f0d09deaa45955593be6aafbafe73b0682b9", + "reference": "f990f0d09deaa45955593be6aafbafe73b0682b9", "shasum": "" }, "require": { @@ -429,7 +429,7 @@ "description": "Helps applications send and receive messages to/from other applications or via message queues", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/messenger/tree/v7.3.0" + "source": "https://github.com/symfony/messenger/tree/v7.3.2" }, "funding": [ { @@ -440,12 +440,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-05-22T15:02:37+00:00" + "time": "2025-07-15T11:36:08+00:00" }, { "name": "symfony/polyfill-php83",