-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcomposer.json
43 lines (43 loc) · 1.12 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
{
"name": "bambora/module-payment-magento2",
"description": "Worldline Checkout payment module for Magento 2 (previously named Bambora Checkout) ",
"type": "magento2-module",
"version": "3.1.1",
"authors": [
{
"name": "Bambora Online A/S",
"email": "support.nordics@worldline.com"
}
],
"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.*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Bambora\\Online\\": ""
}
},
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
]
}