Skip to content

Commit ad047ba

Browse files
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](symfony/security-bundle@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] <[email protected]>
1 parent f668398 commit ad047ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"symfony/console": "^7.2",
2828
"symfony/http-foundation": "^7.2",
2929
"symfony/messenger": "^7.2",
30-
"symfony/security-bundle": "^7.2"
30+
"symfony/security-bundle": "^7.3"
3131
},
3232
"suggest": {
3333
"symfony/console": "For the console listener",

0 commit comments

Comments
 (0)