forked from karyamedia/ipay88
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (30 loc) · 713 Bytes
/
composer.json
File metadata and controls
31 lines (30 loc) · 713 Bytes
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
{
"name": "karyamedia/ipay88",
"description": "iPay88 payment gateway module",
"keywords": ["ipay", "malaysia", "api", "ipay88"],
"homepage": "https://github.com/karyamedia/ipay88",
"license": "MIT",
"autoload": {
"psr-4": {
"IPay88\\": "src/IPay88"
}
},
"authors": [
{
"name": "Fikri Marhan",
"email": "fikri.marhan@gmail.com"
},
{
"name": "aa6my",
"email": "aa6my@qq.com"
},
{
"name": "Shiro",
"email": "shiroamada@yahoo.com"
}
],
"minimum-stability": "stable",
"require-dev": {
"phpunit/phpunit": "5.4.*"
}
}