| 1234567891011121314151617181920212223242526272829303132 |
- {
- "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"
- }
- }
- }
|