Remove jbtcd/fitbit-bundle recipe because it isnt longer available

This commit is contained in:
Jonah Böther
2026-05-14 19:34:17 +02:00
committed by Fabien Potencier
parent 4e13de8d1d
commit c69da78fb2
2 changed files with 0 additions and 27 deletions
@@ -1,15 +0,0 @@
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
-12
View File
@@ -1,12 +0,0 @@
{
"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"
}
}