forked from omise/omise-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 loc) · 1.02 KB
/
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
37
38
{
"name": "omise/omise-php",
"description": "A PHP library designed specifically to connect with Omise API.",
"type": "library",
"keywords": [
"alipay payment",
"credit card payment",
"internet banking payment",
"konbini payment",
"omise",
"payment",
"payment processing"
],
"homepage": "https://www.omise.co",
"readme": "https://github.com/omise/omise-php/blob/master/README.md",
"license": "MIT",
"authors": [
{
"name": "Omise and contributors",
"homepage": "https://github.com/omise/omise-php/graphs/contributors"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/omise/omise-php/issues",
"forum": "https://forum.omise.co"
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "4.4.*",
"squizlabs/php_codesniffer": "3.*"
},
"autoload": {
"classmap": ["lib/omise/"]
}
}