From ebb93bf1c67ce88384f0196e7ce0f5cd8b163f17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 16:01:31 +0000 Subject: [PATCH] Bump symfony/event-dispatcher from 7.3.0 to 7.3.3 in /plib/library Bumps [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) from 7.3.0 to 7.3.3. - [Release notes](https://github.com/symfony/event-dispatcher/releases) - [Changelog](https://github.com/symfony/event-dispatcher/blob/7.3/CHANGELOG.md) - [Commits](https://github.com/symfony/event-dispatcher/compare/v7.3.0...v7.3.3) --- updated-dependencies: - dependency-name: symfony/event-dispatcher dependency-version: 7.3.3 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plib/library/composer.lock | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/plib/library/composer.lock b/plib/library/composer.lock index 0952163..0232726 100644 --- a/plib/library/composer.lock +++ b/plib/library/composer.lock @@ -2802,16 +2802,16 @@ }, { "name": "symfony/event-dispatcher", - "version": "v7.3.0", + "version": "v7.3.3", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "497f73ac996a598c92409b44ac43b6690c4f666d" + "reference": "b7dc69e71de420ac04bc9ab830cf3ffebba48191" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/497f73ac996a598c92409b44ac43b6690c4f666d", - "reference": "497f73ac996a598c92409b44ac43b6690c4f666d", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b7dc69e71de420ac04bc9ab830cf3ffebba48191", + "reference": "b7dc69e71de420ac04bc9ab830cf3ffebba48191", "shasum": "" }, "require": { @@ -2862,7 +2862,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v7.3.0" + "source": "https://github.com/symfony/event-dispatcher/tree/v7.3.3" }, "funding": [ { @@ -2873,12 +2873,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-04-22T09:11:45+00:00" + "time": "2025-08-13T11:49:31+00:00" }, { "name": "symfony/event-dispatcher-contracts",