We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10aaad1 + 5a10014 commit c307887Copy full SHA for c307887
README.md
@@ -27,7 +27,7 @@ Use composer to install this StravaPHP package.
27
```
28
{
29
"require": {
30
- "basvandorst/StravaPHP": "1.2.0"
+ "vredeling/StravaPHP": "^1.2.0"
31
}
32
33
composer.json
@@ -1,5 +1,5 @@
1
2
- "name": "basvandorst/stravaphp",
+ "name": "vredeling/stravaphp",
3
"description": "Strava V3 API PHP client with OAuth authentication",
4
"keywords": [
5
"Strava",
@@ -21,6 +21,10 @@
21
22
"name": "Bas van Dorst",
23
"email": "basvandorst@gmail.com"
24
+ },
25
+ {
26
+ "name": "Bas Vredeling",
+ "email": "bas@vredeling.nl"
],
"minimum-stability": "stable",
0 commit comments