mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 16:46:24 +03:00
28 lines
852 B
JSON
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"
|
|
}
|
|
}
|
|
}
|