-
Notifications
You must be signed in to change notification settings - Fork 12
/
composer.json
31 lines (31 loc) · 980 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": "icepay/api",
"description": "ICEPAY REST API for PHP",
"type": "library",
"keywords": [
"icepay", "payment", "service", "ideal", "creditcard", "mistercash", "bancontact", "sofort", "sofortbanking", "paypal", "paysafecard", "banktransfer", "refund", "api", "payments", "gateway", "yourgift", "phone", "afterpay"
],
"homepage": "https://www.icepay.com",
"license": "BSD-2-Clause",
"authors": [
{
"name": "Ricardo Jacobs",
"email": "ricardozegt@gmail.com",
"role": "Developer"
}
],
"support": {
"email": "info@icepay.com",
"issues": "https://github.com/ICEPAYdev/API/issues",
"source": "https://github.com/ICEPAYdev/API/",
"docs": "https://github.com/ICEPAYdev/API/tree/master/doc"
},
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {
"Icepay\\API\\": "src/Icepay/API/"
}
}
}