mirror of
https://github.com/symfony/recipes.git
synced 2026-09-16 01:26:25 +03:00
34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"manifests": {
|
|
"symfony/ux-turbo": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Symfony\\UX\\Turbo\\TurboBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"conflict": {
|
|
"symfony/framework-bundle": "<7.2",
|
|
"symfony/security-csrf": "<7.2"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/ux_turbo.yaml": {
|
|
"contents": [
|
|
"# Enable stateless CSRF protection for forms and logins/logouts",
|
|
"framework:",
|
|
" csrf_protection:",
|
|
" check_header: true",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "287f7c6eb6e9b65e422d34c00795b360a787380b"
|
|
}
|
|
}
|
|
}
|