-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·37 lines (37 loc) · 868 Bytes
/
Copy pathcomposer.json
File metadata and controls
executable file
·37 lines (37 loc) · 868 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
36
37
{
"name": "yirius/thinker-admin",
"description": "use few line php code to create an administrator view",
"version": "3.0.1",
"license": "MIT",
"authors": [
{
"name": "yirius",
"email": "2951979767@qq.com"
}
],
"require": {
"php": ">=7.0.0",
"ext-json": "*",
"ext-gd": "*",
"ext-openssl":"*",
"topthink/framework": "5.1.*",
"lcobucci/jwt": "3.3.*",
"topthink/think-captcha": "2.0.*",
"topthink/think-migration": "*",
"hisune/echarts-php": "*"
},
"require-dev": {
"topthink/think-testing": "*"
},
"autoload": {
"psr-4": {
"Yirius\\Admin\\": "src/"
},
"files": [
"src/helper.php"
]
},
"autoload-dev": {},
"scripts": {},
"extra": {}
}