Files
symfony-flex-recipes/symfony/security-bundle/6.4/manifest.json
T
eaeae97f8b [symfony/security-bundle] Leverage the LogoutRouteLoader (#1244)
* [symfony/security-bundle] Leverage the `LogoutRouteLoader`

* Rename `logout` to `_security_logout`

Co-authored-by: Wouter de Jong <wouterj@users.noreply.github.com>

---------

Co-authored-by: Wouter de Jong <wouterj@users.noreply.github.com>
2023-10-16 12:44:48 +02:00

13 lines
259 B
JSON

{
"bundles": {
"Symfony\\Bundle\\SecurityBundle\\SecurityBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": ["security"],
"conflict": {
"symfony/framework-bundle": "<5.3"
}
}