Skip to content
This repository was archived by the owner on Apr 14, 2020. It is now read-only.

Commit 63f552d

Browse files
committed
General new composer.json file with composer init
1 parent 38e0668 commit 63f552d

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

composer.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "labs7in0/omnipay-wechat",
3-
"type": "library",
43
"description": "WeChat driver for the Omnipay PHP payment processing library",
54
"keywords": [
65
"gateway",
@@ -12,13 +11,7 @@
1211
"wechat"
1312
],
1413
"homepage": "https://github.com/labs7in0/omnipay-wechat",
15-
"license": "MIT",
16-
"authors": [
17-
{
18-
"name": "7IN0SAN9",
19-
"email": "[email protected]"
20-
}
21-
],
14+
"type": "library",
2215
"autoload": {
2316
"psr-0": {"Omnipay\\WeChat\\": "src/"}
2417
},
@@ -27,5 +20,13 @@
2720
},
2821
"require-dev": {
2922
"omnipay/tests": "~2.0"
30-
}
23+
},
24+
"license": "MIT",
25+
"authors": [
26+
{
27+
"name": "7IN0SAN9",
28+
"email": "[email protected]"
29+
}
30+
],
31+
"minimum-stability": "beta"
3132
}

0 commit comments

Comments
 (0)