forked from craftcms/commerce-taxjar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
59 lines (59 loc) · 1.39 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "jmauzyk/commerce-taxjar",
"description": "TaxJar Integration for Craft Commerce",
"type": "craft-plugin",
"version": "1.0.5.3",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"taxjar"
],
"support": {
"docs": "https://github.com/craftcms/commerce-taxjar/blob/master/README.md",
"issues": "https://github.com/craftcms/commerce-taxjar/issues"
},
"license": "MIT",
"authors": [
{
"name": "Pixel & Tonic",
"homepage": "http://craftcms.com"
}
],
"require": {
"craftcms/cms": "^3.4.0",
"craftcms/commerce": "^3.1.0",
"taxjar/taxjar-php": "^1.10.0"
},
"autoload": {
"psr-4": {
"craft\\commerce\\taxjar\\": "src/"
}
},
"extra": {
"name": "TaxJar",
"handle": "commerce-taxjar",
"hasCpSettings": false,
"hasCpSection": false,
"class": "craft\\commerce\\taxjar\\TaxJar"
}
],
"require": {
"craftcms/cms": "^3.4.0",
"craftcms/commerce": "^3.1.0",
"taxjar/taxjar-php": "^1.10.0"
},
"autoload": {
"psr-4": {
"craft\\commerce\\taxjar\\": "src/"
}
},
"extra": {
"name": "TaxJar",
"handle": "commerce-taxjar",
"hasCpSettings": false,
"hasCpSection": false,
"class": "craft\\commerce\\taxjar\\TaxJar"
}
}