From ad047ba52b74a330fcc1df51ee50327944264b10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 12:20:39 +0000 Subject: [PATCH] fix(deps-dev): Update symfony/security-bundle requirement Updates the requirements on [symfony/security-bundle](https://github.com/symfony/security-bundle) to permit the latest version. - [Release notes](https://github.com/symfony/security-bundle/releases) - [Changelog](https://github.com/symfony/security-bundle/blob/7.3/CHANGELOG.md) - [Commits](https://github.com/symfony/security-bundle/compare/v7.0.4...v7.3.2) --- updated-dependencies: - dependency-name: symfony/security-bundle dependency-version: 7.3.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eec6a2e..3a3b970 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "symfony/console": "^7.2", "symfony/http-foundation": "^7.2", "symfony/messenger": "^7.2", - "symfony/security-bundle": "^7.2" + "symfony/security-bundle": "^7.3" }, "suggest": { "symfony/console": "For the console listener",