Skip to content

Commit 6f1470d

Browse files
committed
更新文档
1 parent 845be78 commit 6f1470d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

composer.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,19 @@
1111
"Overtrue\\LaravelWechat\\": "src/"
1212
}
1313
},
14+
1415
"license": "MIT",
16+
17+
"scripts": {
18+
"post-install-cmd": [
19+
"php artisan clear-compiled",
20+
"php artisan vendor:publish --provider=Overtrue\\LaravelWechat\\ServiceProvider",
21+
],
22+
"post-update-cmd": [
23+
"php artisan clear-compiled",
24+
"php artisan vendor:publish --provider=Overtrue\\LaravelWechat\\ServiceProvider",
25+
]
26+
},
1527
"minimum-stability" : "dev",
1628
"authors": [
1729
{

0 commit comments

Comments
 (0)