forked from nibynool/FitbitInterfaceBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·47 lines (47 loc) · 1.28 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "neolas/fitbit-interface-bundle",
"type": "symfony-bundle",
"description": "A Symfony >=2.3.0 Bundle for accessing the Fitbit API.",
"keywords": ["fitbit", "symfony"],
"homepage": "https://github.com/neolas/FitbitInterfaceBundle",
"license" : "Apache-2.0",
"authors": [
{
"name": "Michael Lambert",
"email": "[email protected]",
"homepage": "https://github.com/Nibynool"
},
{
"name": "Juni Samos",
"homepage": "https://github.com/jsamos"
},
{
"name": "Ryan Martinsen",
"homepage": "https://github.com/popthestack"
},
{
"name": "Eli White",
"homepage": "https://github.com/TheSaviour"
},
{
"name": "heyitspavel",
"homepage": "https://github.com/keyitspavel"
},
{
"name": "Nicolas Perez",
"homepage": "https://github.com/neolas"
}
],
"require": {
"php": ">=5.3.0",
"symfony/framework-bundle": ">=2.3",
"symfony/stopwatch": ">=2.3.15",
"lusitanian/oauth": "~0.3"
},
"autoload": {
"psr-0": {
"Neolas\\FitbitInterfaceBundle": ""
}
},
"target-dir": "Neolas/FitbitInterfaceBundle"
}