{ "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" : "dev-master" }, "autoload": { "psr-4": {"alphayax\\": "./"} } }