Skip to content

Commit e925f52

Browse files
committed
fix composer name
1 parent 3f714de commit e925f52

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
2-
"name": "overtrue/laravel-wechat",
2+
"name": "jocoonopa/laravel-wechat",
33
"description": "微信 SDK for Laravel",
44
"keywords": ["wechat", "weixin","laravel", "sdk"],
55
"license": "MIT",
66
"authors": [
77
{
88
"name": "overtrue",
99
"email": "anzhengchao@gmail.com"
10+
},
11+
{
12+
"name": "jocoonopa",
13+
"email": "jocoonopa@gmail.com"
1014
}
1115
],
1216
"require": {

0 commit comments

Comments
 (0)