Skip to content

Commit 5c52c39

Browse files
authored
Merge pull request #1 from stoufa06/v1.6
v1.6 Specify league/oauth1-client version for compatibity install and error free
2 parents 8cca3b5 + 448eb5b commit 5c52c39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "stoufa06/php-garmin-connect-api",
33
"description": "PHP library to connect and use garmin wellness api",
44
"type": "library",
5-
"version": "1.5",
5+
"version": "1.6",
66
"require": {
7-
"league/oauth1-client": "*"
7+
"league/oauth1-client": "1.7"
88
},
99
"license": "MIT",
1010
"authors": [

0 commit comments

Comments
 (0)