forked from funadmin/funadmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
57 lines (57 loc) · 1.31 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
{
"name": "funadmin/funadmin",
"description": "FunAdmin是一个基于thinkphp6,layui,requirejs的敏捷开发应用框架",
"type": "project",
"license": "Apache-2.0",
"keywords": [
"FunAdmin","CMS","CMF","Layui",
"easywechat", "framework","TP6",
"thinkphp", "thinkphp6", "ORM"
],
"homepage": "https://www.funadmin.com",
"authors": [
{
"name": "funadmin",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.4.0",
"ext-json": "*",
"topthink/framework": "6.0.x-dev",
"topthink/think-orm": "2.0.*",
"topthink/think-view": "^1.0",
"topthink/think-image": "^1.0",
"topthink/think-queue": "^3.0",
"topthink/think-captcha": "^3.0",
"topthink/think-helper": "^3.1",
"topthink/think-multi-app": "^1.0",
"topthink/think-ide-helper": "^1.0",
"topthink/think-throttle": "^1.3",
"doctrine/annotations": "^1.13",
"ramsey/uuid": "^4.2",
"funadmin/fun-addons": "^4.0.4"
},
"require-dev": {
"symfony/var-dumper": "^4.4"
},
"autoload": {
"psr-4": {
"app\\": "app"
},
"psr-0": {
"": "extend/"
},
"files": [
]
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}