mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
Update Flex endpoint
This commit is contained in:
@@ -291,7 +291,6 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [jane-php/open-api-common](https://packagist.org/packages/jane-php/open-api-common) | [7.0](../../../tree/main/jane-php/open-api-common/7.0) |
|
||||
| [jawira/case-converter-twig](https://packagist.org/packages/jawira/case-converter-twig) | [0.0](../../../tree/main/jawira/case-converter-twig/0.0) |
|
||||
| [jawira/doctrine-diagram-bundle](https://packagist.org/packages/jawira/doctrine-diagram-bundle) | [1.0](../../../tree/main/jawira/doctrine-diagram-bundle/1.0) |
|
||||
| [jbtcd/fitbit-bundle](https://packagist.org/packages/jbtcd/fitbit-bundle) | [1.0](../../../tree/main/jbtcd/fitbit-bundle/1.0) |
|
||||
| [jeandanyel/crud-bundle](https://packagist.org/packages/jeandanyel/crud-bundle) | [0.1](../../../tree/main/jeandanyel/crud-bundle/0.1) |
|
||||
| [jeandanyel/list-bundle](https://packagist.org/packages/jeandanyel/list-bundle) | [0.1](../../../tree/main/jeandanyel/list-bundle/0.1) |
|
||||
| [jmonitor/jmonitor-bundle](https://packagist.org/packages/jmonitor/jmonitor-bundle) | [1.0](../../../tree/main/jmonitor/jmonitor-bundle/1.0) |
|
||||
|
||||
@@ -924,9 +924,6 @@
|
||||
"0.7",
|
||||
"1.0"
|
||||
],
|
||||
"jbtcd/fitbit-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"jeandanyel/crud-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
|
||||
@@ -1,44 +0,0 @@
|
||||
{
|
||||
"manifests": {
|
||||
"jbtcd/fitbit-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"FitbitBundle\\FitbitBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"FITBIT_CLIENT_ID": "not-a-real-id",
|
||||
"FITBIT_CLIENT_SECRET": "not-a-real-secret"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/fitbit.yaml": {
|
||||
"contents": [
|
||||
"fitbit:",
|
||||
" # Get client ID and Secret, register an app here: https://dev.fitbit.com/apps",
|
||||
" clientId: '%env(FITBIT_CLIENT_ID)%'",
|
||||
" clientSecret: '%env(FITBIT_CLIENT_SECRET)%'",
|
||||
" # For available scopes, see here: https://dev.fitbit.com/build/reference/web-api/oauth2/#scope",
|
||||
" scopes:",
|
||||
" - activity",
|
||||
" - heartrate",
|
||||
" - location",
|
||||
" - nutrition",
|
||||
" - profile",
|
||||
" - settings",
|
||||
" - sleep",
|
||||
" - social",
|
||||
" - weight",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "096a20f5f3114a3a90a61f2ca8755ceba162a27a"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user