freebox_api_php/composer.json

24 lines
458 B
JSON

{
"name": "alphayax/freebox_api_php",
"description": "API PHP pour la Freebox",
"minimum-stability": "dev",
"license": "proprietary",
"authors": [
{
"name": "Yann Ponzoni",
"email": "alphayax@gmail.com"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/alphayax/php_utils"
}
],
"require" : {
"alphayax/php_utils" : "*"
},
"autoload": {
"psr-4": {"alphayax\\": "./"}
}
}