Skip to content

Commit c307887

Browse files
committed
Merge branch 'master' of github.com:vredeling/StravaPHP
2 parents 10aaad1 + 5a10014 commit c307887

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Use composer to install this StravaPHP package.
2727
```
2828
{
2929
"require": {
30-
"basvandorst/StravaPHP": "1.2.0"
30+
"vredeling/StravaPHP": "^1.2.0"
3131
}
3232
}
3333
```

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "basvandorst/stravaphp",
2+
"name": "vredeling/stravaphp",
33
"description": "Strava V3 API PHP client with OAuth authentication",
44
"keywords": [
55
"Strava",
@@ -21,6 +21,10 @@
2121
{
2222
"name": "Bas van Dorst",
2323
"email": "basvandorst@gmail.com"
24+
},
25+
{
26+
"name": "Bas Vredeling",
27+
"email": "bas@vredeling.nl"
2428
}
2529
],
2630
"minimum-stability": "stable",

0 commit comments

Comments
 (0)