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:
@@ -490,6 +490,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [sebtm/inwx-api-bundle](https://packagist.org/packages/sebtm/inwx-api-bundle) | [1.0](sebtm/inwx-api-bundle/1.0) |
|
||||
| [secit-pl/imap-bundle](https://packagist.org/packages/secit-pl/imap-bundle) | [1.0](secit-pl/imap-bundle/1.0) |
|
||||
| [seferov/aws-bundle](https://packagist.org/packages/seferov/aws-bundle) | [3.0](seferov/aws-bundle/3.0) |
|
||||
| [sensiolabs-de/storyblok-api](https://packagist.org/packages/sensiolabs-de/storyblok-api) | [1.0](sensiolabs-de/storyblok-api/1.0) |
|
||||
| [sensiolabs/connect-bundle](https://packagist.org/packages/sensiolabs/connect-bundle) | [4.0](sensiolabs/connect-bundle/4.0) |
|
||||
| [sentry/sentry-symfony](https://packagist.org/packages/sentry/sentry-symfony) | [5.0](sentry/sentry-symfony/5.0) |
|
||||
| [setono/google-analytics-bundle](https://packagist.org/packages/setono/google-analytics-bundle) | [1.0](setono/google-analytics-bundle/1.0) |
|
||||
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sensiolabs-de/storyblok-api": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"STORYBLOK_API_BASE_URI": "https://api.storyblok.com",
|
||||
"STORYBLOK_API_TOKEN": ""
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sensiolabs_de_storyblok_api.yaml": {
|
||||
"contents": [
|
||||
"framework:",
|
||||
" http_client:",
|
||||
" scoped_clients:",
|
||||
" storyblok.client:",
|
||||
" base_uri: '%env(STORYBLOK_API_BASE_URI)%'",
|
||||
"",
|
||||
"services:",
|
||||
" _defaults:",
|
||||
" autowire: true",
|
||||
"",
|
||||
" SensioLabs\\Storyblok\\Api\\StoryblokClient:",
|
||||
" arguments:",
|
||||
" - '%env(STORYBLOK_API_BASE_URI)%'",
|
||||
" - '%env(STORYBLOK_API_TOKEN)%'",
|
||||
"",
|
||||
" SensioLabs\\Storyblok\\Api\\StoryblokClientInterface: '@SensioLabs\\Storyblok\\Api\\StoryblokClient'",
|
||||
"",
|
||||
" SensioLabs\\Storyblok\\Api\\StoriesApi: null",
|
||||
" SensioLabs\\Storyblok\\Api\\StoriesApiInterface: '@SensioLabs\\Storyblok\\Api\\StoriesApi'",
|
||||
"",
|
||||
" SensioLabs\\Storyblok\\Api\\LinksApi: null",
|
||||
" SensioLabs\\Storyblok\\Api\\LinksApiInterface: '@SensioLabs\\Storyblok\\Api\\LinksApi'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "77eb5c30e9a87f988eeccf2462f21c616d666c58"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1553,6 +1553,9 @@
|
||||
"seferov/aws-bundle": [
|
||||
"3.0"
|
||||
],
|
||||
"sensiolabs-de/storyblok-api": [
|
||||
"1.0"
|
||||
],
|
||||
"sensiolabs/connect-bundle": [
|
||||
"4.0"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sensiolabs-de/storyblok-api": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"STORYBLOK_API_BASE_URI": "https://api.storyblok.com",
|
||||
"STORYBLOK_API_TOKEN": ""
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sensiolabs_de_storyblok_api.yaml": {
|
||||
"contents": [
|
||||
"framework:",
|
||||
" http_client:",
|
||||
" scoped_clients:",
|
||||
" storyblok.client:",
|
||||
" base_uri: '%env(STORYBLOK_API_BASE_URI)%'",
|
||||
"",
|
||||
"services:",
|
||||
" _defaults:",
|
||||
" autowire: true",
|
||||
"",
|
||||
" SensioLabs\\Storyblok\\Api\\StoryblokClient:",
|
||||
" arguments:",
|
||||
" - '%env(STORYBLOK_API_BASE_URI)%'",
|
||||
" - '%env(STORYBLOK_API_TOKEN)%'",
|
||||
"",
|
||||
" SensioLabs\\Storyblok\\Api\\StoryblokClientInterface: '@SensioLabs\\Storyblok\\Api\\StoryblokClient'",
|
||||
"",
|
||||
" SensioLabs\\Storyblok\\Api\\StoriesApi: null",
|
||||
" SensioLabs\\Storyblok\\Api\\StoriesApiInterface: '@SensioLabs\\Storyblok\\Api\\StoriesApi'",
|
||||
"",
|
||||
" SensioLabs\\Storyblok\\Api\\LinksApi: null",
|
||||
" SensioLabs\\Storyblok\\Api\\LinksApiInterface: '@SensioLabs\\Storyblok\\Api\\LinksApi'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "77eb5c30e9a87f988eeccf2462f21c616d666c58"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user