-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
50 lines (50 loc) · 1.12 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
47
48
49
50
{
"name": "jyj1993126/Hongpa",
"type": "project",
"version": "0.1.0",
"require": {
"symfony/console": "^3.2",
"illuminate/support": "^5.4",
"illuminate/container": "^5.4",
"illuminate/config": "^5.4",
"illuminate/database": "^5.4",
"illuminate/console": "^5.4",
"illuminate/filesystem": "^5.4",
"illuminate/log": "^5.4",
"illuminate/events": "^5.4",
"illuminate/http": "^5.4",
"vlucas/phpdotenv": "^2.4",
"symfony/process": "^3.2",
"phpunit/phpunit": "^6.1",
"curl/curl": "^1.6",
"php": "^7.1.2",
"ext-swoole": "^2.0.7",
"sqrt-pro/query-builder": "^0.1.0",
"jeremeamia/superclosure": "^2.3"
},
"authors": [
{
"name": "Leon",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"App\\": "app/"
},
"files": [
"app/helpers.php"
]
},
"autoload-dev": {
"classmap": [
"tests/TestCase.php"
]
},
"minimum-stability": "stable",
"require-dev": {
"eaglewu/swoole-ide-helper": "dev-master",
"squizlabs/php_codesniffer": "^3.0",
"jakub-onderka/php-parallel-lint": "^0.9.2"
}
}