-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
executable file
·59 lines (59 loc) · 1.42 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
51
52
53
54
55
56
57
58
59
{
"name": "cube-group/phpbase",
"description": "phpbase",
"keywords": [
"base"
],
"authors": [
{
"name": "linyang",
"email": "linyangflash@163.com"
},
{
"name": "chenqionghe"
}
],
"license": "MIT",
"type": "library",
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
},
"require": {
"php": ">=5.6",
"cube-group/lvalidator": "~1.1.1",
"phpoffice/phpspreadsheet": "1.2.0",
"gregwar/image": "2.0.22",
"gregwar/captcha": "1.1.5",
"gregwar/cache": "1.0.12",
"christian-riesen/otp": "2.5.0",
"swiftmailer/swiftmailer": "^5.4.9",
"bacon/bacon-qr-code": "^1.0.3",
"qiniu/php-sdk": "^7.2.3",
"mpdf/mpdf": ">=6.1.3",
"symfony/var-dumper": "^3.1.10"
},
"autoload": {
"psr-4": {
"libs\\Auth\\": "src/Auth/",
"libs\\Cache\\": "src/Cache/",
"libs\\Cdn\\": "src/Cdn/",
"libs\\Crypt\\": "src/Crypt/",
"libs\\Curl\\": "src/Curl/",
"libs\\File\\": "src/File/",
"libs\\Image\\": "src/Image/",
"libs\\Log\\": "src/Log/",
"libs\\Mail\\": "src/Mail/",
"libs\\Mongo\\": "src/Mongo/",
"libs\\Orm\\": "src/Orm/",
"libs\\Otp\\": "src/Otp/",
"libs\\Pay\\": "src/Pay/",
"libs\\Queue\\": "src/Queue/",
"libs\\Session\\": "src/Session/",
"libs\\Utils\\": "src/Utils/"
}
},
"minimum-stability": "dev"
}