Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-12-31 07:27:16 +00:00
parent a8cb97c732
commit 58486b8550
4 changed files with 101 additions and 2 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [ecphp/eu-login-bundle](https://packagist.org/packages/ecphp/eu-login-bundle) | [3.0](ecphp/eu-login-bundle/3.0) |
| [eduandebruijne/admin-bundle](https://packagist.org/packages/eduandebruijne/admin-bundle) | [11.0](eduandebruijne/admin-bundle/11.0) |
| [egeloen/ckeditor-bundle](https://packagist.org/packages/egeloen/ckeditor-bundle) | [5.0](egeloen/ckeditor-bundle/5.0) |
| [ehyiah/apidoc-bundle](https://packagist.org/packages/ehyiah/apidoc-bundle) | [0.3](ehyiah/apidoc-bundle/0.3) |
| [ehyiah/apidoc-bundle](https://packagist.org/packages/ehyiah/apidoc-bundle) | [1.0](ehyiah/apidoc-bundle/1.0) |
| [eightpoints/guzzle-bundle](https://packagist.org/packages/eightpoints/guzzle-bundle) | [7.0](eightpoints/guzzle-bundle/7.0) |
| [ekino/newrelic-bundle](https://packagist.org/packages/ekino/newrelic-bundle) | [2.0](ekino/newrelic-bundle/2.0) |
| [eko/feedbundle](https://packagist.org/packages/eko/feedbundle) | [1.2](eko/feedbundle/1.2) |
@@ -0,0 +1,49 @@
{
"manifests": {
"ehyiah/apidoc-bundle": {
"manifest": {
"bundles": {
"Ehyiah\\ApiDocBundle\\EhyiahApiDocBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"copy-from-package": {
"src/Swagger/": "%SRC_DIR%/Swagger/"
},
"env": {
"#1": "Directory where the source api doc should be living",
"SOURCE_PATH": "/src/Swagger",
"#2": "The bundle will create a dump folder inside SOURCE_PATH Directory when you use the dump command",
"DUMP_PATH": "dump"
}
},
"files": {
"config/packages/ehyiah_api_doc.yaml": {
"contents": [
"ehyiah_api_doc:",
" source_path: '%env(SOURCE_PATH)%'",
" dump_path: '%env(DUMP_PATH)%'",
" ui: swagger",
" scan_directories:",
" - 'src/Entity'",
""
],
"executable": false
},
"config/routes/ehyiah_api_doc.yaml": {
"contents": [
"ehyiah_api_doc_index:",
" path: /ehyiah/api/doc",
" controller: Ehyiah\\ApiDocBundle\\Controller\\ApiDocController::index",
""
],
"executable": false
}
},
"ref": "b8c08ffd8621e945387293b211c97361b57a4240"
}
}
}
+49
View File
@@ -0,0 +1,49 @@
{
"manifests": {
"ehyiah/apidoc-bundle": {
"manifest": {
"bundles": {
"Ehyiah\\ApiDocBundle\\EhyiahApiDocBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"copy-from-package": {
"src/Swagger/": "%SRC_DIR%/Swagger/"
},
"env": {
"#1": "Directory where the source api doc should be living",
"SOURCE_PATH": "/src/Swagger",
"#2": "The bundle will create a dump folder inside SOURCE_PATH Directory when you use the dump command",
"DUMP_PATH": "dump"
}
},
"files": {
"config/packages/ehyiah_api_doc.yaml": {
"contents": [
"ehyiah_api_doc:",
" source_path: '%env(SOURCE_PATH)%'",
" dump_path: '%env(DUMP_PATH)%'",
" ui: swagger",
" scan_directories:",
" - 'src/Entity'",
""
],
"executable": false
},
"config/routes/ehyiah_api_doc.yaml": {
"contents": [
"ehyiah_api_doc_index:",
" path: /ehyiah/api/doc",
" controller: Ehyiah\\ApiDocBundle\\Controller\\ApiDocController::index",
""
],
"executable": false
}
},
"ref": "b8c08ffd8621e945387293b211c97361b57a4240"
}
}
}
+2 -1
View File
@@ -546,7 +546,8 @@
"5.0"
],
"ehyiah/apidoc-bundle": [
"0.3"
"0.3",
"1.0"
],
"eightpoints/guzzle-bundle": [
"7.0"