Skip to content

Commit f4f83ff

Browse files
committed
save
1 parent 0707580 commit f4f83ff

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"illuminate/container": "^5.1",
14-
"pt/wechat": "^4.0"
14+
"ptx/wechat": "^4.0"
1515
},
1616
"autoload": {
1717
"psr-4": {
@@ -27,5 +27,11 @@
2727
"EasyWeChat": "Ptx\\LaravelWeChat\\Facade"
2828
}
2929
}
30+
},
31+
"repositories": {
32+
"wechat": {
33+
"type": "git",
34+
"url": "https://github.com/putianxin/wechat.git"
35+
}
3036
}
3137
}

0 commit comments

Comments
 (0)