-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
45 lines (45 loc) · 1.58 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
44
45
{
"name": "mediaopt/avalara-shopware-6",
"description": "The Avalara Plugin calculates automatically Canada and the USA taxes",
"version": "2.0.5",
"type": "shopware-platform-plugin",
"license": "proprietary",
"config": {
"prepend-autoloader": false,
"vendor-dir": "src/vendor"
},
"authors": [
{
"name": "Mediaopt"
}
],
"extra": {
"shopware-plugin-class": "MoptAvalara6\\MoptAvalara6",
"copyright": "(c) by Mediaopt GmbH",
"label": {
"de-DE": "Avalara Shopware6 plugin",
"en-GB": "Avalara Shopware6 plugin"
},
"description": {
"de-DE": "Das Avalara Plugin berechnet automatisch den Umsatzsteuerbetrag auf jeder Rechnung und ermöglicht eine einfache Abwicklung des Exports von Produkten für Kanada und die USA, die für ihre komplizierten Steuersysteme bekannt sind.",
"en-GB": "The Avalara Plugin calculates automatically the final sales tax amount on every invoice and enables an easy handling of exporting products for Canada and the USA, known for their complicated tax systems."
},
"manufacturerLink": {
"de-DE": "https://www.mediaopt.de/",
"en-GB": "https://www.mediaopt.de/"
},
"supportLink": {
"de-DE": "[email protected]",
"en-GB": "[email protected]"
}
},
"autoload": {
"psr-4": {
"MoptAvalara6\\": "src/"
}
},
"require": {
"shopware/core": "6.5.*",
"avalara/avataxclient": "*"
}
}