freebox_api_php/composer.json

21 lines
392 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",
"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-18 20:08:03 +02:00
"alphayax/php_utils" : "^0.1.1",
2016-05-16 10:18:34 +02:00
"php": ">=5.5.0"
2016-02-02 23:11:06 +01:00
},
2016-02-02 22:38:40 +01:00
"autoload": {
"psr-4": {"alphayax\\": "./"}
2016-05-15 21:31:19 +02:00
},
"license": "MIT"
}