forked from dilab/omnipay-ipay88
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
36 lines (36 loc) · 809 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "manasatabaev/omnipay-ipay88",
"description": "iPay88 gateway for Omnipay payment processing library",
"keywords": [
"gateway",
"merchant",
"omnipay",
"ipay88"
],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "xu ding",
"email": "[email protected]"
},
{
"name": "Manas Manas",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"omnipay/common": "^3.2",
"php-http/guzzle7-adapter": "^1.0"
},
"require-dev": {
"omnipay/tests": "^3|^4"
},
"autoload": {
"psr-4": { "Omnipay\\IPay88\\" : "src/" }
},
"scripts": {
"test": "phpunit"
}
}