forked from eyunzhu/vatfs
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·26 lines (26 loc) · 820 Bytes
/
composer.json
File metadata and controls
executable file
·26 lines (26 loc) · 820 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
{
"require": {
"catfan/medoo": "^1.7",
"filp/whoops": "^2.5",
"twig/twig": "^3.0",
"twbs/bootstrap": "^4.3",
"workerman/gateway-worker": "^3.0",
"workerman/gatewayclient": "^3.0",
"webgeeker/validation":"^0.4",
"aliyuncs/oss-sdk-php": "^2.3"
},
"scripts": {
"post-update-cmd": [
"rm -rf public/static/bootstrap",
"mkdir -p public/static/bootstrap",
"cp -R vendor/twbs/bootstrap/dist public/static/bootstrap",
"rm -rf vendor/twbs"
],
"post-install-cmd": [
"rm -rf public/static/bootstrap",
"mkdir -p public/static/bootstrap",
"cp -R vendor/twbs/bootstrap/dist public/static/bootstrap",
"rm -rf vendor/twbs"
]
}
}