freebox_api_php/composer.json

32 lines
651 B
JSON

{
"name": "alphayax/freebox_api_php",
"description": "API PHP pour la Freebox",
"license": "MIT",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "Yann Ponzoni",
"email": "alphayax@gmail.com"
}
],
"require" : {
"php": ">=5.5.0",
"alphayax/php_utils" : "^1.0.2",
"monolog/monolog": "^1.9.1"
},
"require-dev" : {
"phpunit/phpunit": "^5.4.0",
"zf1/zend-reflection": "1.12.*",
"codacy/coverage": "<2.0.0"
},
"autoload": {
"psr-4": {
"alphayax\\": "./"
}
},
"support": {
"issues": "https://github.com/alphayax/freebox_api_php/issues"
}
}