forked from bambora/checkout-magento-v2.x
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 1.13 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
{
"name": "bambora/module-payment-magento2",
"description": "Worldline / Bambora Checkout and Bambora ePay payment module for Magento 2 ",
"type": "magento2-module",
"version": "2.3.4",
"authors": [
{
"name": "Bambora Online A/S",
"email": "[email protected]"
}
],
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"magento/framework": "100.* | 101.* | 102.* | 103.*",
"magento/module-backend": "100.* | 101.* | 102.*",
"magento/module-catalog": "100.* | 101.* | 102.* | 103.* | 104.*",
"magento/module-checkout": "100.*",
"magento/module-config": "100.* | 101.*",
"magento/module-payment": "100.*",
"magento/module-quote": "100.* | 101.*",
"magento/module-sales": "100.* | 101.* | 102.* | 103.*",
"magento/module-store": "100.* | 101.*",
"magento/module-tax": "100.*",
"magento/module-ui": "100.* | 101.*",
"zendframework/zend-soap": "^2.4.6"
},
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Bambora\\Online\\": ""
}
},
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
]
}