forked from mollie/Magento
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
59 lines (59 loc) · 1.09 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "mollie/magento",
"license": "BSD-2-Clause",
"type": "magento-module",
"description": "iDEAL, Creditcard, Bancontact/Mister Cash, SOFORT, Bank transfer, Bitcoin, PayPal & paysafecard for Magento https://www.mollie.com/",
"keywords": [
"mollie",
"payment",
"service",
"ideal",
"in3",
"creditcard",
"apple pay",
"mistercash",
"bancontact",
"sofort",
"sofortbanking",
"sepa",
"paypal",
"paysafecard",
"podiumcadeaukaart",
"przelewy24",
"banktransfer",
"direct debit",
"belfius",
"belfius direct net",
"refunds",
"api",
"payments",
"gateway",
"subscriptions",
"recurring",
"charges",
"kbc",
"cbc",
"gift cards",
"intersolve",
"fashioncheque",
"klarna",
"paylater",
"sliceit",
"mybank",
"magento2",
"magento 2"
],
"require": {
"php": ">=5.6",
"mollie/mollie-api-php": "^2.1"
},
"authors": [
{
"name": "Mollie",
"email": "info@mollie.nl"
}
],
"require-dev": {
"phpcq/travis-configuration-check": "^1.1"
}
}