freebox_api_php/composer.json

24 lines
467 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",
"license": "proprietary",
"authors": [
{
"name": "Yann Ponzoni",
"email": "alphayax@gmail.com"
}
2016-02-02 22:38:40 +01:00
],
2016-02-02 23:11:06 +01:00
"repositories": [
{
"type": "git",
"url": "https://github.com/alphayax/php_utils"
}
],
"require" : {
"alphayax/php_utils" : "dev-master"
2016-02-02 23:11:06 +01:00
},
2016-02-02 22:38:40 +01:00
"autoload": {
"psr-4": {"alphayax\\": "./"}
}
2016-02-02 20:37:14 +01:00
}