-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
31 lines (31 loc) · 871 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
{
"name": "huanyi.chuang/pms-taiwan-gateways",
"description": "The extension to support Taiwan Payment gateways for PMS.",
"autoload": {
"psr-4": {
"HuanyiChuang\\PmsTaiwanGateways\\": "src/"
}
},
"authors": [
{
"name": "Eric Chuang",
"email": "[email protected]"
}
],
"require": {
"ecpay/sdk": "^1.1",
"squizlabs/php_codesniffer": "*"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"wptrt/wpthemereview": "^0.2.1",
"php-parallel-lint/php-parallel-lint": "^1.2.0",
"wp-cli/i18n-command": "^2.2.5",
"phpcompatibility/phpcompatibility-wp": "*"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}