-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 837 Bytes
/
Copy pathcomposer.json
File metadata and controls
39 lines (39 loc) · 837 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
38
39
{
"name": "thans/bpm",
"description": "A low code BPM.",
"type": "library",
"keywords": [
"dcat-admin",
"extension"
],
"homepage": "https://github.com/thans/bpm",
"license": "MIT",
"authors": [
{
"name": "Lei",
"email": "360641274@qq.com"
}
],
"require": {
"php": "^7.4",
"overtrue/laravel-versionable": "^2.0",
"maatwebsite/excel": "^3.1",
"ramsey/uuid": "^4.0",
"thans/laravel-admin": "dev-master"
},
"autoload": {
"psr-4": {
"Thans\\Bpm\\": "src/"
},
"files": [
"src/bootstrap.php"
]
},
"extra": {
"laravel": {
"providers": [
"Thans\\Bpm\\BpmServiceProvider"
]
}
}
}