-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
executable file
·43 lines (43 loc) · 1.17 KB
/
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
42
43
{
"name": "w7/swoole",
"description": "微擎基于Swoole框架",
"type": "library",
"license": "Apache-2.0",
"authors": [
{
"name": "RenChao",
"email": "[email protected]"
}
],
"require": {
"w7/http-message": "^1.0",
"w7/laravel-cache-model" : "^1.0",
"illuminate/database": "5.6.*",
"illuminate/events": "5.6.*",
"illuminate/validation": "~5.6",
"illuminate/pagination": "~5.6",
"nikic/fast-route": "^1.3",
"guzzlehttp/guzzle": "~6.0",
"monolog/monolog": "^1.23",
"swiftmailer/swiftmailer": "^6.0",
"dragonmantank/cron-expression": "^2.2",
"psr/http-server-middleware": "^1.0",
"vlucas/phpdotenv": "^3.3",
"packaged/thrift": "^0.11.0",
"symfony/console": "^4.2",
"symfony/filesystem": "^4.2",
"filp/whoops": "^2.3"
},
"require-dev": {
"eaglewu/swoole-ide-helper": "dev-master",
"symfony/var-dumper": "^4.1"
},
"autoload": {
"psr-4": {
"W7\\": "Src/"
},
"files": [
"Src/Core/Helper/Functions.php"
]
}
}