-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 904 Bytes
/
composer.json
File metadata and controls
45 lines (45 loc) · 904 Bytes
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
{
"name": "cloudipsp/magento2",
"description": "Fondy Magento 2 payment module",
"type": "magento2-module",
"version": "1.2.9.2",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"authors": [
{
"name": "DM",
"email": "support@fondy.eu",
"homepage": "https://fondy.eu"
}
],
"keywords": [
"magento2_module",
"magento2_payment_module",
"payment_gateway",
"magento2_payment_gateway",
"payment_processing",
"magento2_payment_processing",
"e-commerce",
"visa",
"mastercard",
"debit_card",
"credit_card",
"authorize",
"capture",
"recurring",
"refund",
"3d-secure",
"fraud"
],
"require": {
"php": "~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0"
},
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Fondy\\Fondy\\": ""
}
}
}