-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
60 lines (60 loc) · 1.9 KB
/
composer.json
File metadata and controls
60 lines (60 loc) · 1.9 KB
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
51
52
53
54
55
56
57
58
59
60
{
"name": "discuz/core",
"description": "The Discuz Framework",
"license": "Apache-2.0",
"require": {
"php": "^7.2",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"illuminate/cache": "^7.0",
"illuminate/container": "^7.0",
"illuminate/database": "^7.0",
"illuminate/bus": "^7.0",
"illuminate/events": "^7.0",
"illuminate/config": "^7.0",
"illuminate/view": "^7.0",
"illuminate/session": "^7.0",
"illuminate/filesystem": "^7.0",
"illuminate/validation": "^7.0",
"illuminate/encryption": "^7.0",
"illuminate/hashing": "^7.0",
"illuminate/redis": "^7.0",
"illuminate/notifications": "^7.0",
"illuminate/queue": "^7.0",
"illuminate/http": "^7.0",
"intervention/image": "^2.5",
"monolog/monolog": "^2.0",
"laminas/laminas-stratigility": "^3.2",
"laminas/laminas-httphandlerrunner": "^1.1.0",
"laminas/laminas-diactoros": "^2.4.1",
"nikic/fast-route": "^1.3.0",
"franzl/whoops-middleware": "^1.1.0",
"tobscure/json-api": "^0.4.1",
"dflydev/fig-cookies": "^2.0.0",
"guzzlehttp/guzzle": "^6.3.3",
"qcloud/cos-sdk-v5": "^2.0",
"tencentcloud/tencentcloud-sdk-php": "^3.0",
"league/flysystem": "^1.0.55",
"symfony/console": "^5.0",
"league/oauth2-server": "~8.1.1",
"lcobucci/jwt": "~3.3.1",
"overtrue/easy-sms": "^1.1",
"dragonmantank/cron-expression": "^2.3",
"ramsey/uuid": "^3.9",
"phpoffice/phpspreadsheet": "^1.10",
"wikimedia/less.php": "^3.1",
"fortawesome/font-awesome": "^5.15"
},
"autoload": {
"files": [
"src/Foundation/helpers.php"
],
"psr-4": {
"Discuz\\": "src/"
}
},
"config": {
"sort-packages": true
}
}