-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 980 Bytes
/
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
{
"name": "billmate/magento2-nwt-billmatecheckout",
"description": "Billmate Checkout by Nordic Web Team",
"type": "magento2-module",
"version": "1.0.2",
"require": {
"magento/module-checkout": "^100.3"
},
"authors": [
{
"name": "Billmate AB",
"email": "[email protected]",
"homepage": "https://billmate.se/",
"role": "Product Owner"
},
{
"name": "Nordic Web Team",
"email": "[email protected]",
"homepage": "https://nordicwebteam.se/",
"role": "Developer"
}
],
"license": [
"BSD-3-Clause"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Billmate\\NwtBillmateCheckout\\": ""
}
},
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
]
}