freebox_api_php/composer.json

41 lines
800 B
JSON
Raw Permalink 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-06-29 08:13:30 +02:00
"keywords": [
"freebox",
"api",
"rest",
"Freebox revolution",
"download"
],
"require": {
2016-05-22 16:34:32 +02:00
"php": ">=5.5.0",
"ext-curl": "*",
"alphayax/rest": "^1.1.2",
2016-05-24 21:33:30 +02:00
"monolog/monolog": "^1.9.1"
2016-02-02 23:11:06 +01:00
},
2016-06-29 08:13:30 +02:00
"require-dev": {
"alphayax/phpdoc_md": "^1.0.4",
2016-06-12 11:16:37 +02:00
"codacy/coverage": "<2.0.0",
2016-06-06 08:22:20 +02:00
"phpunit/phpunit": "^5.4.0",
2016-06-12 11:16:37 +02:00
"zf1/zend-reflection": "1.12.*"
2016-06-06 08:22:20 +02:00
},
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
}