forked from luoxiaojun1992/sw-fw-less
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
46 lines (46 loc) · 1.34 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
44
45
46
{
"name": "luoxiaojun/sw-fw-less",
"description": "Swoole Http Server without framework",
"type": "project",
"require": {
"php": ">=7.1",
"ext-json": "*",
"ext-redis": "*",
"apache/thrift": "0.11.0",
"aura/sqlquery": "^2",
"cakephp/event": "3.7.1",
"cakephp/validation": "~3",
"elasticsearch/elasticsearch": "~6",
"koala-framework/file-watcher": " ~1.0",
"lcobucci/jwt": "~3.2",
"league/flysystem": "~1",
"luoxiaojun1992/laravel-elasticsearch": "~1.0",
"luoxiaojun1992/monolog-co-stream-handler": "~1.0",
"monolog/monolog": "^1",
"nikic/fast-route": "^1",
"openzipkin/zipkin": "~1.3",
"overtrue/flysystem-qiniu": "~1",
"php-amqplib/php-amqplib": "2.8.1",
"php-di/php-di": "~6.0",
"ramsey/uuid": "~3",
"swlib/saber": "^1",
"vlucas/phpdotenv": "~2.2",
"xxtime/flysystem-aliyun-oss": "1.2.0",
"zendframework/zend-diactoros": "~2.1"
},
"license": "apache-2.0",
"authors": [
{
"name": "luoxiaojun",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {"App\\": "app/"}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}