{ "name": "sharkezz/yeephp", "description": "A simple standalone PHP library to work with Yeelight RGB bulbs", "type": "library", "require": { "php": "^7.4|^8.0", "ext-sockets": "*", "ext-json": "*" }, "require-dev": { "phpunit/phpunit": "^9.5" }, "license": "MIT", "authors": [ { "name": "SharkEzz", "email": "icraft640@gmail.com" } ], "autoload": { "psr-4": { "SharkEzz\\Yeelight\\": "src" } }, "autoload-dev": { "psr-4": { "SharkEzz\\Yeelight\\Tests\\": "tests" } } }