mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/ux-turbo": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Symfony\\UX\\Turbo\\TurboBundle": [
|
||||
"all"
|
||||
]
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "9dd2778a116b6e5e01e5e1582d03d5a9e82630de"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1107,6 +1107,7 @@
|
||||
"2.9"
|
||||
],
|
||||
"symfony/ux-turbo": [
|
||||
"2.19",
|
||||
"2.20"
|
||||
],
|
||||
"symfony/ux-twig-component": [
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/ux-turbo": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Symfony\\UX\\Turbo\\TurboBundle": [
|
||||
"all"
|
||||
]
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "9dd2778a116b6e5e01e5e1582d03d5a9e82630de"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,6 +2,11 @@
|
||||
"manifests": {
|
||||
"symfony/ux-turbo": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Symfony\\UX\\Turbo\\TurboBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/framework-bundle": "<7.2",
|
||||
"symfony/security-csrf": "<7.2"
|
||||
@@ -16,7 +21,7 @@
|
||||
]
|
||||
},
|
||||
"files": [],
|
||||
"ref": "0103ff447478c98e6af6de14c20fa6d8938b4591"
|
||||
"ref": "c85ff94da66841d7ff087c19cbcd97a2df744ef9"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user