{ "name": "swoole/servers", "description": "swoole user ORM", "keywords": [ "swole", "ROM" ], "license": "MIT", "type": "project", "require": { "php": ">=7.0.0", "illuminate/database": "5.8.34", "textalk/websocket": "1.2.0", "illuminate/log": "5.8.34" }, "autoload": { "classmap": [ "datainf/lib", "datainf/logic" ], "psr-4": { "App\\": "app/", "datainf\\": "datainf/" } }, "repositories": { "packagist": { "type": "composer", "url": "https://packagist.phpcomposer.com" } } }