mirror of
https://gitee.com/mix-php/mix.git
synced 2024-12-02 11:47:43 +08:00
34 lines
748 B
JSON
34 lines
748 B
JSON
{
|
|
"name": "mix/websocket-skeleton",
|
|
"description": "WebSocket development skeleton",
|
|
"type": "project",
|
|
"homepage": "https://openmix.org/mix-php",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"swooleco:start": "php bin/swooleco.php",
|
|
"cli:clearcache": "php bin/cli.php clearcache"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions.php"
|
|
]
|
|
},
|
|
"require": {
|
|
"mix/init": "~3.0.0",
|
|
"mix/vega": "~3.0.0",
|
|
"mix/websocket": "~3.0.0",
|
|
"mix/cli": "~3.0.0",
|
|
"mix/database": "~3.0.0",
|
|
"mix/redis": "~3.0.0",
|
|
"vlucas/phpdotenv": "^5.3",
|
|
"hassankhan/config": "^3.0",
|
|
"monolog/monolog": "^2.3"
|
|
},
|
|
"require-dev": {
|
|
"swoole/ide-helper": "^4.6"
|
|
}
|
|
}
|