{ "name": "alphayax/freebox_api_php", "description": "API PHP pour la Freebox", "license": "MIT", "minimum-stability": "dev", "prefer-stable": true, "authors": [ { "name": "Yann Ponzoni", "email": "alphayax@gmail.com" } ], "require" : { "php": ">=5.5.0", "alphayax/php_utils" : "^1.0.0", "monolog/monolog": "^1.9.1" }, "autoload": { "psr-4": { "alphayax\\": "./" } }, "support": { "issues": "https://github.com/alphayax/freebox_api_php/issues" } }