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:",
@@ -180,7 +196,7 @@
"executable": false
}
},
"ref": "87bcf6f7c55201f345d8895deda46d2adbdbaa89"
"ref": "105b334917611e8c8071a69749916dfff208f262"
}
}
}