mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
38 lines
983 B
JSON
38 lines
983 B
JSON
{
|
|
"name": "codeclimate/php-test-reporter",
|
|
"description": "PHP client for reporting test coverage to Code Climate",
|
|
"keywords": ["codeclimate", "coverage"],
|
|
"homepage": "https://github.com/codeclimate/php-test-reporter",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Code Climate",
|
|
"email": "[email protected]",
|
|
"homepage": "https://codeclimate.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3",
|
|
"ext-curl": "*",
|
|
"satooshi/php-coveralls": "0.6.*",
|
|
"symfony/console": ">=2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*@stable",
|
|
"ext-xdebug": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"CodeClimate\\Component": "src/",
|
|
"CodeClimate\\Bundle": "src/"
|
|
}
|
|
},
|
|
"bin": ["composer/bin/test-reporter"],
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1.x-dev"
|
|
}
|
|
}
|
|
}
|