| 1234567891011121314151617181920212223242526272829 |
- {
- "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",
- "datainf/logic/cmdpro"
- ],
- "psr-4": {
- "App\\": "app/",
- "datainf\\":"datainf/"
- }
- },
- "repositories": {
- "packagist": {
- "type": "composer",
- "url": "https://packagist.laravel-china.org"
- }
- }
- }
|