You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
515 B
18 lines
515 B
{
|
|
"name": "adriangibbons/php-fit-file-analysis",
|
|
"type": "library",
|
|
"description": "A PHP class for analysing FIT files created by Garmin GPS devices",
|
|
"keywords": ["garmin", "fit"],
|
|
"homepage": "https://github.com/adriangibbons/php-fit-file-analysis",
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.8.*",
|
|
"squizlabs/php_codesniffer": "2.*",
|
|
"satooshi/php-coveralls": "^2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"adriangibbons\\": "src/"
|
|
}
|
|
}
|
|
}
|