-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·50 lines (50 loc) · 1.13 KB
/
Copy pathcomposer.json
File metadata and controls
executable file
·50 lines (50 loc) · 1.13 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
{
"name": "lifetime/quick-admin",
"description": "Thinkphp based management background",
"type": "project",
"version": "3.0.5",
"keywords": [
"Quick",
"Admin"
],
"authors": [
{
"name": "Lifetime",
"email": "2390904403@qq.com"
}
],
"require": {
"php": ">=8.0.0",
"topthink/framework": "^8.0.3",
"topthink/think-orm": "^3.0",
"topthink/think-multi-app": "^1.0",
"firebase/php-jwt": "^6.0.0",
"topthink/think-view": "^1.0",
"topthink/think-migration": "^3.0",
"lifetime/bridge": "^1.2"
},
"require-dev": {
"symfony/var-dumper": "^4.2",
"topthink/think-trace":"^1.0"
},
"autoload": {
"psr-4": {
"app\\": "app"
},
"psr-0": {
"": [
"extend/",
"common/"
]
}
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}