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