Skip to content

Commit c2a70b3

Browse files
authored
Develop (#10)
* Initial commit * Create README.md * untrack vendor directory * gitignore composer.lock * Add backfillActivitySummary api function * update composer version * adding trailing slash to namespace * Adding backfill summary Adding user details * Adding Delete User Access Token * Update version number * fix delete user access token * Add activity details function * Update package league/oauth1-client Update library to meet league/oauth1-client requirement and compatibilty. Documenting class propreties and methods * Specify league/oauth1-client version for compatibity install and error free * Adding documentation * How to create Authorization header after garmin user authorization for getActivitySummary , backfillActivitySummary etc #6 Fix void functions Add example * Delete .env * version 1.8.1
1 parent f86dcac commit c2a70b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "stoufa06/php-garmin-connect-api",
33
"description": "PHP library to connect and use garmin wellness api",
44
"type": "library",
5-
"version": "1.7",
5+
"version": "1.8.1",
6+
67
"require": {
78
"league/oauth1-client": "1.8"
89
},

0 commit comments

Comments
 (0)