Skip to content

Commit 98367c8

Browse files
committed
Tweak order.
1 parent e34f743 commit 98367c8

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

composer.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
"name": "overtrue/laravel-wechat",
33
"description": "微信 SDK for Laravel",
44
"keywords": ["wechat", "weixin","laravel", "sdk"],
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "overtrue",
9+
"email": "[email protected]"
10+
}
11+
],
512
"require": {
613
"overtrue/wechat": "^3.3.3"
714
},
@@ -10,15 +17,7 @@
1017
"Overtrue\\LaravelWechat\\": "src/"
1118
}
1219
},
13-
14-
"license": "MIT",
1520
"minimum-stability" : "dev",
16-
"authors": [
17-
{
18-
"name": "overtrue",
19-
"email": "[email protected]"
20-
}
21-
],
2221
"extra": {
2322
"laravel": {
2423
"providers": [

0 commit comments

Comments
 (0)