We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d48a5 commit aed9fb3Copy full SHA for aed9fb3
composer.json
@@ -19,12 +19,13 @@
19
}
20
],
21
"require": {
22
+ "php": "~5.6|~7.0",
23
"corecmf/admin": "^1.3",
24
"corecmf/socialite": "^1.3",
- "laravel-omnipay/laravel-omnipay": "^3.0",
25
- "laravel-omnipay/omnipay-unionpay": "^3.0",
26
- "laravel-omnipay/omnipay-wechatpay": "^3.0",
27
- "laravel-omnipay/omnipay-alipay": "^3.0"
+ "ignited/laravel-omnipay": "^2.3",
+ "lokielse/omnipay-unionpay": "^0.3",
+ "lokielse/omnipay-wechatpay": "^1.0",
28
+ "lokielse/omnipay-alipay": "^2.0"
29
},
30
"require-dev": {
31
"phpunit/phpunit" : "~4.0||~5.0||~6.0",
0 commit comments