forked from Zn4rK/php-withings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
27 lines (27 loc) · 840 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "paxx/withings",
"description": "Withings API - Withings Body metrics Services API http:\/\/www.withings.com\/api",
"license" : "MIT",
"keywords" : ["withings", "wbs", "wbsapi", "wbsapi2", "laravel", "socialite", "socialiteprovider", "oauth1"],
"authors": [
{
"name": "Alexander Liljengård",
"email": "alexander@paxxmedia.se",
"homepage": "http://paxxmedia.se"
}
],
"require": {
"php": ">=5.3.0",
"league/oauth1-client": "~1.0",
"illuminate/support": "~5.0",
"guzzlehttp/guzzle": "~6.0",
"guzzlehttp/oauth-subscriber": "~0.3",
"laravel/socialite": "^2.0"
},
"autoload": {
"psr-4": {
"Paxx\\Withings\\": "src/Paxx/Withings"
}
},
"minimum-stability": "dev"
}