mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 16:46:30 +03:00
Update Flex endpoint
This commit is contained in:
+3
-2
@@ -78,7 +78,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [connectholland/timechimp-bundle](https://packagist.org/packages/connectholland/timechimp-bundle) | [1.0](connectholland/timechimp-bundle/1.0) |
|
||||
| [connectholland/uptime-robot-bundle](https://packagist.org/packages/connectholland/uptime-robot-bundle) | [1.0](connectholland/uptime-robot-bundle/1.0) |
|
||||
| [contao/core-bundle](https://packagist.org/packages/contao/core-bundle) | [4.6](contao/core-bundle/4.6) |
|
||||
| [contao/installation-bundle](https://packagist.org/packages/contao/installation-bundle) | [4.6](contao/installation-bundle/4.6) |
|
||||
| [contao/installation-bundle](https://packagist.org/packages/contao/installation-bundle) | [4.10](contao/installation-bundle/4.10) |
|
||||
| [contentful/contentful-bundle](https://packagist.org/packages/contentful/contentful-bundle) | [4.0](contentful/contentful-bundle/4.0) |
|
||||
| [core23/facebook-bundle](https://packagist.org/packages/core23/facebook-bundle) | [0.4](core23/facebook-bundle/0.4) |
|
||||
| [core23/gdpr-bundle](https://packagist.org/packages/core23/gdpr-bundle) | [0.2](core23/gdpr-bundle/0.2) |
|
||||
@@ -183,7 +183,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [goetas/twital-bundle](https://packagist.org/packages/goetas/twital-bundle) | [1.3](goetas/twital-bundle/1.3) |
|
||||
| [goksagun/scheduler-bundle](https://packagist.org/packages/goksagun/scheduler-bundle) | [1.0](goksagun/scheduler-bundle/1.0) |
|
||||
| [gonzakpo/websocket-bundle](https://packagist.org/packages/gonzakpo/websocket-bundle) | [1.0](gonzakpo/websocket-bundle/1.0) |
|
||||
| [google/apiclient](https://packagist.org/packages/google/apiclient) | [2.0](google/apiclient/2.0) |
|
||||
| [google/apiclient](https://packagist.org/packages/google/apiclient) | [2.10](google/apiclient/2.10) |
|
||||
| [google/recaptcha](https://packagist.org/packages/google/recaptcha) | [1.1](google/recaptcha/1.1) |
|
||||
| [googlechromelabs/ise-web-security-bundle](https://packagist.org/packages/googlechromelabs/ise-web-security-bundle) | [1.0](googlechromelabs/ise-web-security-bundle/1.0) |
|
||||
| [gpslab/domain-event-bundle](https://packagist.org/packages/gpslab/domain-event-bundle) | [2.2](gpslab/domain-event-bundle/2.2) |
|
||||
@@ -429,6 +429,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [rokka/client-bundle](https://packagist.org/packages/rokka/client-bundle) | [1.0](rokka/client-bundle/1.0) |
|
||||
| [roukmoute/hashids-bundle](https://packagist.org/packages/roukmoute/hashids-bundle) | [1.4](roukmoute/hashids-bundle/1.4) |
|
||||
| [routmoute/routmoute-discord-bundle](https://packagist.org/packages/routmoute/routmoute-discord-bundle) | [1.1](routmoute/routmoute-discord-bundle/1.1) |
|
||||
| [routmoute/routmoute-sirene-bundle](https://packagist.org/packages/routmoute/routmoute-sirene-bundle) | [1.0](routmoute/routmoute-sirene-bundle/1.0) |
|
||||
| [rundum/event-base](https://packagist.org/packages/rundum/event-base) | [0.0](rundum/event-base/0.0) |
|
||||
| [ruwler/ruwler-sdk-bundle](https://packagist.org/packages/ruwler/ruwler-sdk-bundle) | [1.0](ruwler/ruwler-sdk-bundle/1.0) |
|
||||
| [scheb/two-factor-bundle](https://packagist.org/packages/scheb/two-factor-bundle) | [3.16](scheb/two-factor-bundle/3.16) |
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"manifests": {
|
||||
"contao/installation-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Contao\\InstallationBundle\\ContaoInstallationBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/routes/contao_installation.yaml": {
|
||||
"contents": [
|
||||
"contao_installation:",
|
||||
" resource: \"@ContaoInstallationBundle/Resources/config/routes.yml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "2b56fd4852e7d2431d0f4b120581318c419123b7"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"manifests": {
|
||||
"google/apiclient": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"GOOGLE_API_KEY": "",
|
||||
"GOOGLE_CLIENT_ID": "",
|
||||
"GOOGLE_CLIENT_SECRET": "",
|
||||
"GOOGLE_AUTH_CONFIG": "%kernel.project_dir%/path/to/file.json"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/google_apiclient.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" Google\\Client:",
|
||||
" class: Google\\Client",
|
||||
" calls:",
|
||||
" # Authentication with \"API key\"",
|
||||
" - [setDeveloperKey, ['%env(GOOGLE_API_KEY)%']]",
|
||||
" # Authentication with \"OAuth 2.0\" using Client ID & Secret",
|
||||
" - [setClientId, ['%env(GOOGLE_CLIENT_ID)%']]",
|
||||
" - [setClientSecret, ['%env(GOOGLE_CLIENT_SECRET)%']]",
|
||||
" # Authentication with \"OAuth 2.0\" or \"Service account\" using JSON",
|
||||
" - [setAuthConfig, ['%env(resolve:GOOGLE_AUTH_CONFIG)%']]",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "07a97ec434d43b7903c78069a04c92adb6442e52"
|
||||
}
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"manifests": {
|
||||
"routmoute/routmoute-sirene-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Routmoute\\Bundle\\RoutmouteSireneBundle\\RoutmouteSireneBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"ROUTMOUTE_SIRENE_CONSUMER_KEY": "YourInseeConsumerKey",
|
||||
"ROUTMOUTE_SIRENE_CONSUMER_SECRET": "YourInseeConsumerSecret"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/routmoute_sirene.yaml": {
|
||||
"contents": [
|
||||
"routmoute_sirene:",
|
||||
" consumer_key: '%env(ROUTMOUTE_SIRENE_CONSUMER_KEY)%'",
|
||||
" consumer_secret: '%env(ROUTMOUTE_SIRENE_CONSUMER_SECRET)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "73965273df96b5c0ba430c047594ab19991c2cae"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"manifests": {
|
||||
"contao/installation-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Contao\\InstallationBundle\\ContaoInstallationBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/routes/contao_installation.yaml": {
|
||||
"contents": [
|
||||
"contao_installation:",
|
||||
" resource: \"@ContaoInstallationBundle/Resources/config/routes.yml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "2b56fd4852e7d2431d0f4b120581318c419123b7"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"manifests": {
|
||||
"google/apiclient": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"GOOGLE_API_KEY": "",
|
||||
"GOOGLE_CLIENT_ID": "",
|
||||
"GOOGLE_CLIENT_SECRET": "",
|
||||
"GOOGLE_AUTH_CONFIG": "%kernel.project_dir%/path/to/file.json"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/google_apiclient.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" Google\\Client:",
|
||||
" class: Google\\Client",
|
||||
" calls:",
|
||||
" # Authentication with \"API key\"",
|
||||
" - [setDeveloperKey, ['%env(GOOGLE_API_KEY)%']]",
|
||||
" # Authentication with \"OAuth 2.0\" using Client ID & Secret",
|
||||
" - [setClientId, ['%env(GOOGLE_CLIENT_ID)%']]",
|
||||
" - [setClientSecret, ['%env(GOOGLE_CLIENT_SECRET)%']]",
|
||||
" # Authentication with \"OAuth 2.0\" or \"Service account\" using JSON",
|
||||
" - [setAuthConfig, ['%env(resolve:GOOGLE_AUTH_CONFIG)%']]",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "07a97ec434d43b7903c78069a04c92adb6442e52"
|
||||
}
|
||||
}
|
||||
}
|
||||
+7
-2
@@ -231,7 +231,8 @@
|
||||
"4.6"
|
||||
],
|
||||
"contao/installation-bundle": [
|
||||
"4.6"
|
||||
"4.6",
|
||||
"4.10"
|
||||
],
|
||||
"contentful/contentful-bundle": [
|
||||
"3.0",
|
||||
@@ -563,7 +564,8 @@
|
||||
"1.0"
|
||||
],
|
||||
"google/apiclient": [
|
||||
"2.0"
|
||||
"2.0",
|
||||
"2.10"
|
||||
],
|
||||
"google/recaptcha": [
|
||||
"1.1"
|
||||
@@ -1339,6 +1341,9 @@
|
||||
"routmoute/routmoute-discord-bundle": [
|
||||
"1.1"
|
||||
],
|
||||
"routmoute/routmoute-sirene-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"rundum/event-base": [
|
||||
"0.0"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"manifests": {
|
||||
"routmoute/routmoute-sirene-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Routmoute\\Bundle\\RoutmouteSireneBundle\\RoutmouteSireneBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"ROUTMOUTE_SIRENE_CONSUMER_KEY": "YourInseeConsumerKey",
|
||||
"ROUTMOUTE_SIRENE_CONSUMER_SECRET": "YourInseeConsumerSecret"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/routmoute_sirene.yaml": {
|
||||
"contents": [
|
||||
"routmoute_sirene:",
|
||||
" consumer_key: '%env(ROUTMOUTE_SIRENE_CONSUMER_KEY)%'",
|
||||
" consumer_secret: '%env(ROUTMOUTE_SIRENE_CONSUMER_SECRET)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "73965273df96b5c0ba430c047594ab19991c2cae"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user