Skip to content

Commit

Permalink
Update to jbtcd/fitbit 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtcd committed Dec 9, 2020
1 parent 3f64b81 commit 0af39a3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"symfony/config": "^5.0 || ^4.4",
"symfony/dependency-injection": "^5.0 || ^4.4",
"symfony/http-kernel": "^5.0 || ^4.4",
"jbtcd/fitbit": "^0.4.0"
"jbtcd/fitbit": "^0.5.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/DependencyInjection/FitbitExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ public function load(array $configs, ContainerBuilder $container): void
$definition->addMethodCall('setState', [$config['state']]);
$definition->addMethodCall('setCodeChallenge', [$config['codeChallenge']]);
$definition->addMethodCall('setCodeChallengeMethod', [$config['codeChallengeMethod']]);
$definition->addMethodCall('setAccessTokenEntityClass', [$config['accessTokenEntityClass']]);
}
}

0 comments on commit 0af39a3

Please sign in to comment.