Skip to content

Commit e34f743

Browse files
committed
Support Laravel5.5 Auto-Discovery.
1 parent bc57780 commit e34f743

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

composer.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,15 @@
1818
"name": "overtrue",
1919
"email": "[email protected]"
2020
}
21-
]
21+
],
22+
"extra": {
23+
"laravel": {
24+
"providers": [
25+
"Overtrue\\LaravelWechat\\ServiceProvider"
26+
],
27+
"aliases": {
28+
"EasyWeChat": "Overtrue\\LaravelWechat\\Facade"
29+
}
30+
}
31+
}
2232
}

0 commit comments

Comments
 (0)