freebox_api_php/composer.json

32 lines
651 B
JSON
Raw Normal View History

2016-02-02 20:37:14 +01:00
{
"name": "alphayax/freebox_api_php",
"description": "API PHP pour la Freebox",
2016-05-31 22:09:45 +02:00
"license": "MIT",
2016-02-02 20:37:14 +01:00
"minimum-stability": "dev",
2016-05-16 10:18:34 +02:00
"prefer-stable": true,
2016-02-02 20:37:14 +01:00
"authors": [
{
"name": "Yann Ponzoni",
"email": "alphayax@gmail.com"
}
2016-02-02 22:38:40 +01:00
],
2016-02-02 23:11:06 +01:00
"require" : {
2016-05-22 16:34:32 +02:00
"php": ">=5.5.0",
2016-06-06 08:22:20 +02:00
"alphayax/php_utils" : "^1.0.2",
2016-05-24 21:33:30 +02:00
"monolog/monolog": "^1.9.1"
2016-02-02 23:11:06 +01:00
},
2016-06-06 08:22:20 +02:00
"require-dev" : {
"phpunit/phpunit": "^5.4.0",
"zf1/zend-reflection": "1.12.*",
"codacy/coverage": "<2.0.0"
},
2016-02-02 22:38:40 +01:00
"autoload": {
2016-05-31 22:09:45 +02:00
"psr-4": {
"alphayax\\": "./"
}
2016-05-15 21:31:19 +02:00
},
2016-05-31 22:09:45 +02:00
"support": {
"issues": "https://github.com/alphayax/freebox_api_php/issues"
}
2016-05-15 21:31:19 +02:00
}