mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
Update Flex endpoint
This commit is contained in:
@@ -161,6 +161,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) |
|
||||
| [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,48 @@
|
||||
{
|
||||
"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": "List of URLs separated by a coma",
|
||||
"SITE_URLS": "",
|
||||
"SOURCE_PATH": "/src/Swagger",
|
||||
"#2": "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:",
|
||||
" site_urls: '%env(SITE_URLS)%'",
|
||||
" source_path: '%env(SOURCE_PATH)%'",
|
||||
" dump_path: '%env(DUMP_PATH)%'",
|
||||
""
|
||||
],
|
||||
"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": "3ec9ed72c854a1a1f378b1029ac116ce9c56edd4"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"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": "List of URLs separated by a coma",
|
||||
"SITE_URLS": "",
|
||||
"SOURCE_PATH": "/src/Swagger",
|
||||
"#2": "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:",
|
||||
" site_urls: '%env(SITE_URLS)%'",
|
||||
" source_path: '%env(SOURCE_PATH)%'",
|
||||
" dump_path: '%env(DUMP_PATH)%'",
|
||||
""
|
||||
],
|
||||
"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": "3ec9ed72c854a1a1f378b1029ac116ce9c56edd4"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -504,6 +504,9 @@
|
||||
"egeloen/ckeditor-bundle": [
|
||||
"5.0"
|
||||
],
|
||||
"ehyiah/apidoc-bundle": [
|
||||
"0.3"
|
||||
],
|
||||
"eightpoints/guzzle-bundle": [
|
||||
"7.0"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user