-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 1.17 KB
/
composer.json
File metadata and controls
45 lines (45 loc) · 1.17 KB
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": "cmdotcom-plugins/magento2-payments",
"description": "CM Payment module for Magento 2",
"type": "magento2-module",
"version": "1.4.3",
"keywords": [
"cm",
"cmpayments",
"ideal",
"creditcard",
"directdebit",
"bancontact",
"elv",
"klarna",
"v-pay",
"maestro",
"visa",
"refunds",
"magento2",
"magento 2"
],
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"php": "~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0",
"magento/framework": "^102|^103",
"magento/module-backend": "^101.0|^102.0",
"magento/module-config": "^101.0",
"magento/module-checkout": "^100.2",
"magento/module-customer": "^102.0|^103.0",
"magento/module-directory": "^100.2",
"magento/module-payment": "^100.2",
"magento/module-quote": "^101.0",
"magento/module-sales": "^102.0||^103.0",
"guzzlehttp/guzzle": "^6.3 || ^7.0"
},
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"CM\\Payments\\": ""
}
}
}