-
Notifications
You must be signed in to change notification settings - Fork 17
/
composer.json
41 lines (38 loc) · 952 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"require": {
"php":">=7.1",
"guzzlehttp/guzzle": "^7.3",
"xiaoler/blade": "^0.2.2",
"workerman/workerman": "^3.3.9",
"jaeger/querylist": "^4.0.3",
"predis/predis": "^1.0",
"monolog/monolog": "^1.23",
"illuminate/database": "^8.61.0",
"lcobucci/jwt": "^3.2",
"illuminate/container": "^8.61.0",
"illuminate/support": "^8.61.0",
"psr/http-message": "^1.0",
"league/route": "^4.2",
"laminas/laminas-diactoros": "^2.8"
},
"require-dev": {
"phpunit/phpunit": "^8",
"eaglewu/swoole-ide-helper": "dev-master"
},
"autoload": {
"classmap": [
],
"psr-4": {
"Novel\\": "Novel/",
"Libs\\": "Libs/",
"Config\\": "Config/",
"Test\\": "Test/"
}
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
}
}