mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-13 08:06:26 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [datana-gmbh/fake-api-client](https://packagist.org/packages/datana-gmbh/fake-api-client) | [2.0](datana-gmbh/fake-api-client/2.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) | [2.0](datana-gmbh/iusta-api/2.0) |
|
||||
| [datana-gmbh/iusta-api](https://packagist.org/packages/datana-gmbh/iusta-api) | [3.0](datana-gmbh/iusta-api/3.0) |
|
||||
| [datana-gmbh/logz-io-handler](https://packagist.org/packages/datana-gmbh/logz-io-handler) | [1.7](datana-gmbh/logz-io-handler/1.7) |
|
||||
| [datana-gmbh/sendgrid-dynamic-template-mailer](https://packagist.org/packages/datana-gmbh/sendgrid-dynamic-template-mailer) | [1.0](datana-gmbh/sendgrid-dynamic-template-mailer/1.0) |
|
||||
| [datana-gmbh/url-shortener-api](https://packagist.org/packages/datana-gmbh/url-shortener-api) | [1.0](datana-gmbh/url-shortener-api/1.0) |
|
||||
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"manifests": {
|
||||
"datana-gmbh/iusta-api": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"IUSTA_API_BASE_URI": "",
|
||||
"IUSTA_API_TOKEN": ""
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/datana_iusta_api.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" _defaults:",
|
||||
" autowire: true",
|
||||
"",
|
||||
" Datana\\Iusta\\Api\\IustaClient:",
|
||||
" arguments:",
|
||||
" - '%env(IUSTA_API_BASE_URI)%'",
|
||||
" - '%env(IUSTA_API_TOKEN)%'",
|
||||
"",
|
||||
" Datana\\Iusta\\Api\\CaseApi: null",
|
||||
" Datana\\Iusta\\Api\\CaseApiInterface: '@Datana\\Iusta\\Api\\CaseApi'",
|
||||
"",
|
||||
" Datana\\Iusta\\Api\\ImportApi: null",
|
||||
" Datana\\Iusta\\Api\\ImportApiInterface: '@Datana\\Iusta\\Api\\ImportApi'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "7776e355c181b7e4a68aefbc64aac9c966c85fc0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"manifests": {
|
||||
"datana-gmbh/iusta-api": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"IUSTA_API_BASE_URI": "",
|
||||
"IUSTA_API_TOKEN": ""
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/datana_iusta_api.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" _defaults:",
|
||||
" autowire: true",
|
||||
"",
|
||||
" Datana\\Iusta\\Api\\IustaClient:",
|
||||
" arguments:",
|
||||
" - '%env(IUSTA_API_BASE_URI)%'",
|
||||
" - '%env(IUSTA_API_TOKEN)%'",
|
||||
"",
|
||||
" Datana\\Iusta\\Api\\CaseApi: null",
|
||||
" Datana\\Iusta\\Api\\CaseApiInterface: '@Datana\\Iusta\\Api\\CaseApi'",
|
||||
"",
|
||||
" Datana\\Iusta\\Api\\ImportApi: null",
|
||||
" Datana\\Iusta\\Api\\ImportApiInterface: '@Datana\\Iusta\\Api\\ImportApi'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "7776e355c181b7e4a68aefbc64aac9c966c85fc0"
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -325,7 +325,8 @@
|
||||
],
|
||||
"datana-gmbh/iusta-api": [
|
||||
"1.0",
|
||||
"2.0"
|
||||
"2.0",
|
||||
"3.0"
|
||||
],
|
||||
"datana-gmbh/logz-io-handler": [
|
||||
"1.0",
|
||||
|
||||
Reference in New Issue
Block a user