-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
30 lines (30 loc) · 938 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
28
29
30
{
"name": "staniscia/endomondo-php",
"version": "0.0.0",
"description": "Very simple PHP Objects for accessing to your Endomondo DATA via Endomondo Mobile API",
"keywords": ["endomondo", "api","sport tracker"],
"homepage": "https://github.com/Odyno/Endomondo-php",
"type": "library",
"license": "GPL-2.0 ",
"minimum-stability": "stable",
"authors": [
{
"name": "Alessandro Staniscia",
"email": "[email protected]",
"homepage": "http://www.staniscia.net"
}
],
"support": {
"issues": "https://github.com/Odyno/Endomondo-php/issues",
"source": "https://github.com/Odyno/Endomondo-php"
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "4.0.14",
"satooshi/php-coveralls": "dev-master",
"rmccue/requests": ">=1.0",
"apigen/apigen": "2.8.*@stable"
}
}