forked from themazim/paysafecard-rest_api-php
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
40 lines (40 loc) · 1.16 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
39
40
{
"name": "paysafecard/paysafecard-rest_api-php",
"description": "paysafecard PHP REST API Library",
"type": "library",
"license": "MIT",
"keywords": ["payment", "paysafecard", "prepaid payment method", "prepaid solution"],
"homepage": "https://www.paysafecard.com/",
"support": {
"email": "techsupport@paysafecard.com",
"issues": "https://github.com/paysafecard/paysafecard-rest_api-php/issues"
},
"require": {
"php": ">=5.6.0"
},
"authors": [
{
"name": "Sebastian Krätzig",
"email": "info@4g-server.eu",
"role": "Business Customer"
},
{
"name": "GitHub Contributors",
"homepage": "https://github.com/paysafecard/paysafecard-rest_api-php/graphs/contributors",
"role": "Developer"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/paysafecard/paysafecard-rest_api-php"
}
],
"autoload": {
"files":[
"payment/PaymentClass.php",
"payout/PayoutClass.php",
"refund/RefundClass.php"
]
}
}