-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 983 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 983 Bytes
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
{
"require": {
"thefunpower/installer": "^2",
"mpdf/mpdf": "^8.0",
"spatie/array-to-xml": "^2.16",
"picqer/php-barcode-generator": "^2.4",
"iio/libmergepdf": "^3.1",
"intervention/image": "^2.7",
"erusev/parsedown": "^1.7",
"filp/whoops": "^2.14",
"lovefc/captcha": "^0.0.4",
"w7corp/easywechat": "^6",
"overtrue/pinyin": "^5.0",
"thefunpower/captcha": "^1.0",
"thefunpower/two-factor": "^2",
"thefunpower/router": "^2",
"thefunpower/device": "^2.0",
"thefunpower/url_acl":"dev-main"
},
"autoload": {
"psr-4": {
"base\\": "base/",
"core\\": "core/",
"app\\": "app/",
"modules\\": "modules/",
"model\\": "model/",
"third_party\\": "third_party/"
}
},
"config": {
"allow-plugins": {
"php-http/discovery": false
}
}
}