mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 23:56:25 +03:00
* [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>
13 lines
259 B
JSON
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"
|
|
}
|
|
}
|