Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-07-27 13:04:45 +00:00
parent ac07637475
commit d3de88803e
2 changed files with 50 additions and 11 deletions
@@ -0,0 +1,33 @@
{
"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"
}
}
}
+17 -11
View File
@@ -7,21 +7,27 @@
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"conflict": {
"symfony/framework-bundle": "<7.2",
"symfony/security-csrf": "<7.2"
},
"add-lines": [
{
"file": "config/packages/csrf.yaml",
"position": "after_target",
"target": " csrf_protection:",
"content": " check_header: true"
}
]
}
},
"files": [],
"ref": "679d4172701a5a5fe5093bd1fd93dca108204401"
"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"
}
}
}