freebox_api_php/composer.json

15 lines
295 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
],
"autoload": {
"psr-4": {"alphayax\\": "./"}
}
2016-02-02 20:37:14 +01:00
}