forked from mollie/mollie-api-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 1.06 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
{
"name": "mollie/mollie-api-php",
"description": "Mollie API client library for PHP",
"version": "1.6.6",
"homepage": "https://github.com/mollie/mollie-api-php",
"license": "BSD-2-Clause",
"authors": [
{
"name": "Mollie B.V.",
"email": "info@mollie.com"
}
],
"keywords": [
"mollie", "payment", "service", "ideal", "creditcard", "mistercash", "bancontact", "sofort", "sofortbanking",
"sepa", "bitcoin", "paypal", "paysafecard", "podiumcadeaukaart", "banktransfer", "direct debit", "belfius",
"belfius direct net", "refunds", "api", "payments", "gateway", "subscriptions", "recurring", "charges"
],
"require" : {
"php": ">=5.2"
},
"require-dev": {
"phpunit/phpunit": "^3.7 || ^4.8 || ^5.4"
},
"autoload": {
"psr-0": {
"Mollie": "src/"
}
},
"suggest": {
"mollie/oauth2-mollie-php": "Use OAuth to authenticate with the Mollie API. This is needed for some endpoints. Visit https://mollie.com/en/docs for more information."
}
}