Files
symfony-flex-recipes/symfony.ux-turbo.2.20.json
T
github-action[bot]andgithub-action[bot] d3de88803e Update Flex endpoint
2025-07-27 13:04:45 +00:00

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"
}
}
}