mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
Update Flex endpoint
This commit is contained in:
@@ -106,6 +106,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [datana-gmbh/intercom-config](https://packagist.org/packages/datana-gmbh/intercom-config) | [1.1](datana-gmbh/intercom-config/1.1) |
|
||||
| [datana-gmbh/logz-io-handler](https://packagist.org/packages/datana-gmbh/logz-io-handler) | [1.0](datana-gmbh/logz-io-handler/1.0) |
|
||||
| [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) |
|
||||
| [datana-gmbh/zammad-api](https://packagist.org/packages/datana-gmbh/zammad-api) | [1.0](datana-gmbh/zammad-api/1.0) |
|
||||
| [deamon/logger-extra-bundle](https://packagist.org/packages/deamon/logger-extra-bundle) | [4.0](deamon/logger-extra-bundle/4.0) |
|
||||
| [debril/rss-atom-bundle](https://packagist.org/packages/debril/rss-atom-bundle) | [4.0](debril/rss-atom-bundle/4.0) |
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"manifests": {
|
||||
"datana-gmbh/url-shortener-api": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"URL_SHORTENER_API_BASE_URI": "",
|
||||
"URL_SHORTENER_API_USERNAME": "",
|
||||
"URL_SHORTENER_API_PASSWORD": ""
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/datana_url_shortener_api.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" _defaults:",
|
||||
" autowire: true",
|
||||
"",
|
||||
" Datana\\UrlShortener\\Api\\UrlShortenerClient:",
|
||||
" arguments:",
|
||||
" - '%env(URL_SHORTENER_API_BASE_URI)%'",
|
||||
" - '%env(URL_SHORTENER_API_USERNAME)%'",
|
||||
" - '%env(URL_SHORTENER_API_PASSWORD)%'",
|
||||
"",
|
||||
" Datana\\UrlShortener\\Api\\UrlShortenerApi: null",
|
||||
" Datana\\UrlShortener\\Api\\UrlShortenerApiInterface: '@Datana\\UrlShortener\\Api\\UrlShortenerApi'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "e239c48186bf5d6f6efb0ac2f597a4df5b806261"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"manifests": {
|
||||
"datana-gmbh/url-shortener-api": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"URL_SHORTENER_API_BASE_URI": "",
|
||||
"URL_SHORTENER_API_USERNAME": "",
|
||||
"URL_SHORTENER_API_PASSWORD": ""
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/datana_url_shortener_api.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" _defaults:",
|
||||
" autowire: true",
|
||||
"",
|
||||
" Datana\\UrlShortener\\Api\\UrlShortenerClient:",
|
||||
" arguments:",
|
||||
" - '%env(URL_SHORTENER_API_BASE_URI)%'",
|
||||
" - '%env(URL_SHORTENER_API_USERNAME)%'",
|
||||
" - '%env(URL_SHORTENER_API_PASSWORD)%'",
|
||||
"",
|
||||
" Datana\\UrlShortener\\Api\\UrlShortenerApi: null",
|
||||
" Datana\\UrlShortener\\Api\\UrlShortenerApiInterface: '@Datana\\UrlShortener\\Api\\UrlShortenerApi'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "e239c48186bf5d6f6efb0ac2f597a4df5b806261"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -317,6 +317,9 @@
|
||||
"datana-gmbh/sendgrid-dynamic-template-mailer": [
|
||||
"1.0"
|
||||
],
|
||||
"datana-gmbh/url-shortener-api": [
|
||||
"1.0"
|
||||
],
|
||||
"datana-gmbh/zammad-api": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user