mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Update Flex endpoint
This commit is contained in:
@@ -97,6 +97,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [core23/lastfm-bundle](https://packagist.org/packages/core23/lastfm-bundle) | [0.4](core23/lastfm-bundle/0.4) |
|
||||
| [core23/matomo-bundle](https://packagist.org/packages/core23/matomo-bundle) | [1.1](core23/matomo-bundle/1.1) |
|
||||
| [core23/shariff-bundle](https://packagist.org/packages/core23/shariff-bundle) | [3.0](core23/shariff-bundle/3.0) |
|
||||
| [corytech/php-openapi](https://packagist.org/packages/corytech/php-openapi) | [1.0](corytech/php-openapi/1.0) |
|
||||
| [cpliakas/git-wrapper](https://packagist.org/packages/cpliakas/git-wrapper) | [3.0](cpliakas/git-wrapper/3.0) |
|
||||
| [crayner/authenticate-bundle](https://packagist.org/packages/crayner/authenticate-bundle) | [1.0](crayner/authenticate-bundle/1.0) |
|
||||
| [csa/guzzle-bundle](https://packagist.org/packages/csa/guzzle-bundle) | [3.0](csa/guzzle-bundle/3.0) |
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"manifests": {
|
||||
"corytech/php-openapi": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Corytech\\OpenApi\\CorytechOpenApiBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/corytech_open_api.yaml": {
|
||||
"contents": [
|
||||
"corytech_open_api:",
|
||||
" handle_exceptions_on_path_prefixes:",
|
||||
" - \"/api/v1\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "00eec2546ddd3de6bfeba8124d2487b95ecf8066"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"manifests": {
|
||||
"corytech/php-openapi": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Corytech\\OpenApi\\CorytechOpenApiBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/corytech_open_api.yaml": {
|
||||
"contents": [
|
||||
"corytech_open_api:",
|
||||
" handle_exceptions_on_path_prefixes:",
|
||||
" - \"/api/v1\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "00eec2546ddd3de6bfeba8124d2487b95ecf8066"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -291,6 +291,9 @@
|
||||
"core23/shariff-bundle": [
|
||||
"3.0"
|
||||
],
|
||||
"corytech/php-openapi": [
|
||||
"1.0"
|
||||
],
|
||||
"cpliakas/git-wrapper": [
|
||||
"3.0"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user