Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-05-16 10:44:43 +00:00
parent a0f47aef04
commit e3d7f32a09
6 changed files with 660 additions and 6 deletions
+18 -2
View File
@@ -10,7 +10,8 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"public/": "%PUBLIC_DIR%/",
"src/": "%SRC_DIR%/"
"src/": "%SRC_DIR%/",
".editorconfig": ".editorconfig"
},
"composer-scripts": {
"cache:clear": "symfony-cmd",
@@ -44,6 +45,21 @@
]
},
"files": {
".editorconfig": {
"contents": [
"root = true",
"",
"[*]",
"charset = utf-8",
"end_of_line = lf",
"indent_size = 4",
"indent_style = space",
"insert_final_newline = true",
"trim_trailing_whitespace = true",
""
],
"executable": false
},
"config/packages/cache.yaml": {
"contents": [
"framework:",
@@ -176,7 +192,7 @@
"executable": false
}
},
"ref": "2098753f7c1145339a83a8d56404bc126744f4b0"
"ref": "a64726446f6dcf3721f192c1df35418d69b3ba92"
}
}
}