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:
@@ -104,6 +104,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [datana-gmbh/doctrine-datetime-milliseconds-type](https://packagist.org/packages/datana-gmbh/doctrine-datetime-milliseconds-type) | [1.0](datana-gmbh/doctrine-datetime-milliseconds-type/1.0) |
|
||||
| [datana-gmbh/doctrine-postgres-milliseconds-platform](https://packagist.org/packages/datana-gmbh/doctrine-postgres-milliseconds-platform) | [1.0](datana-gmbh/doctrine-postgres-milliseconds-platform/1.0) |
|
||||
| [datana-gmbh/doctrine-postgres-public-schema-listener](https://packagist.org/packages/datana-gmbh/doctrine-postgres-public-schema-listener) | [1.0](datana-gmbh/doctrine-postgres-public-schema-listener/1.0) |
|
||||
| [datana-gmbh/fake-api-client](https://packagist.org/packages/datana-gmbh/fake-api-client) | [1.0](datana-gmbh/fake-api-client/1.0) |
|
||||
| [datana-gmbh/formulario-api](https://packagist.org/packages/datana-gmbh/formulario-api) | [1.0](datana-gmbh/formulario-api/1.0) |
|
||||
| [datana-gmbh/intercom-config](https://packagist.org/packages/datana-gmbh/intercom-config) | [1.1](datana-gmbh/intercom-config/1.1) |
|
||||
| [datana-gmbh/iusta-api](https://packagist.org/packages/datana-gmbh/iusta-api) | [1.0](datana-gmbh/iusta-api/1.0) |
|
||||
|
||||
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"manifests": {
|
||||
"datana-gmbh/fake-api-client": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"FAKE_API_BASE_URI": "",
|
||||
"FAKE_API_USERNAME": "",
|
||||
"FAKE_API_PASSWORD": "",
|
||||
"FAKE_API_DISABLE_CACHE": "false"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/datana_fake_api.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" _defaults:",
|
||||
" autowire: true",
|
||||
"",
|
||||
" Datana\\FakeApi\\Api\\FakeApiClient:",
|
||||
" arguments:",
|
||||
" - '%env(FAKE_API_BASE_URI)%'",
|
||||
" - '%env(FAKE_API_USERNAME)%'",
|
||||
" - '%env(FAKE_API_PASSWORD)%'",
|
||||
" - '%env(bool:FAKE_API_DISABLE_CACHE)%'",
|
||||
"",
|
||||
" Datana\\FakeApi\\Api\\Formulario\\DateneingabenApi: null",
|
||||
" Datana\\FakeApi\\Api\\Formulario\\StatisticsApi: null",
|
||||
"when@dev:",
|
||||
" services:",
|
||||
" Datana\\Formulario\\Api\\DateneingabenApiInterface: '@Datana\\FakeApi\\Api\\Formulario\\DateneingabenApi'",
|
||||
" Datana\\Formulario\\Api\\StatisticsApiInterface: '@Datana\\FakeApi\\Api\\Formulario\\StatisticsApi'",
|
||||
"",
|
||||
"when@test:",
|
||||
" services:",
|
||||
" Datana\\Formulario\\Api\\DateneingabenApiInterface: '@Datana\\FakeApi\\Api\\Formulario\\DateneingabenApi'",
|
||||
" Datana\\Formulario\\Api\\StatisticsApiInterface: '@Datana\\FakeApi\\Api\\Formulario\\StatisticsApi'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "413c3e2ff5139017820168002380ae997105b5d8"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"manifests": {
|
||||
"datana-gmbh/fake-api-client": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"FAKE_API_BASE_URI": "",
|
||||
"FAKE_API_USERNAME": "",
|
||||
"FAKE_API_PASSWORD": "",
|
||||
"FAKE_API_DISABLE_CACHE": "false"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/datana_fake_api.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" _defaults:",
|
||||
" autowire: true",
|
||||
"",
|
||||
" Datana\\FakeApi\\Api\\FakeApiClient:",
|
||||
" arguments:",
|
||||
" - '%env(FAKE_API_BASE_URI)%'",
|
||||
" - '%env(FAKE_API_USERNAME)%'",
|
||||
" - '%env(FAKE_API_PASSWORD)%'",
|
||||
" - '%env(bool:FAKE_API_DISABLE_CACHE)%'",
|
||||
"",
|
||||
" Datana\\FakeApi\\Api\\Formulario\\DateneingabenApi: null",
|
||||
" Datana\\FakeApi\\Api\\Formulario\\StatisticsApi: null",
|
||||
"when@dev:",
|
||||
" services:",
|
||||
" Datana\\Formulario\\Api\\DateneingabenApiInterface: '@Datana\\FakeApi\\Api\\Formulario\\DateneingabenApi'",
|
||||
" Datana\\Formulario\\Api\\StatisticsApiInterface: '@Datana\\FakeApi\\Api\\Formulario\\StatisticsApi'",
|
||||
"",
|
||||
"when@test:",
|
||||
" services:",
|
||||
" Datana\\Formulario\\Api\\DateneingabenApiInterface: '@Datana\\FakeApi\\Api\\Formulario\\DateneingabenApi'",
|
||||
" Datana\\Formulario\\Api\\StatisticsApiInterface: '@Datana\\FakeApi\\Api\\Formulario\\StatisticsApi'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "413c3e2ff5139017820168002380ae997105b5d8"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -312,6 +312,9 @@
|
||||
"datana-gmbh/doctrine-postgres-public-schema-listener": [
|
||||
"1.0"
|
||||
],
|
||||
"datana-gmbh/fake-api-client": [
|
||||
"1.0"
|
||||
],
|
||||
"datana-gmbh/formulario-api": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user