Files
symfony-flex-recipes/symfony.ux-turbo.2.20.json
T
github-action[bot]andgithub-action[bot] 3f3200eb14 Update Flex endpoint
2024-11-20 10:36:59 +00:00

28 lines
852 B
JSON

{
"manifests": {
"symfony/ux-turbo": {
"manifest": {
"bundles": {
"Symfony\\UX\\Turbo\\TurboBundle": [
"all"
]
},
"conflict": {
"symfony/framework-bundle": "<7.2",
"symfony/security-csrf": "<7.2"
},
"add-lines": [
{
"file": "config/packages/framework.yaml",
"position": "after_target",
"target": " csrf_protection:",
"content": " check_header: true"
}
]
},
"files": [],
"ref": "c85ff94da66841d7ff087c19cbcd97a2df744ef9"
}
}
}