-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 745 Bytes
/
Copy pathcomposer.json
File metadata and controls
32 lines (32 loc) · 745 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
{
"name": "ichynul/builder-man",
"description": "webman extension",
"type": "library",
"keywords": [
"builder for webman"
],
"homepage": "http://www.ynyysc.com/",
"license": "Apache-2.0",
"authors": [
{
"name": "ichynul",
"email": "ichynul@outlook.com"
}
],
"require": {
"php": ">=7.2",
"workerman/webman-framework": "^1.3.20|^2.0.1",
"topthink/think-template": "^2.0|^3.0.1",
"topthink/think-helper":"^3.1",
"webman/event": "^1.0.2"
},
"autoload": {
"psr-4": {
"tpext\\": "src/",
"think\\": "think/"
},
"files": [
"src/helper.php"
]
}
}