-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
67 lines (67 loc) · 1.37 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
60
61
62
63
64
65
66
67
{
"name": "jambagecom/tt-products",
"type": "typo3-cms-extension",
"description": "Shop system extension for TYPO3 CMS",
"keywords": [
"TYPO3",
"extension",
"shop",
"basket",
"cart"
],
"support": {
"issues": "https://jambage.com/kontakt/forum.html"
},
"homepage": "https://jambage.com",
"authors": [
{
"name": "Franz Holzinger",
"role": "Developer",
"homepage": "https://ttproducts.de"
}
],
"license": [
"GPL-2.0-or-later"
],
"require": {
"typo3/cms-core": "^11.5 || ^12.4",
"typo3/cms-filelist": "^11.5 || ^12.4",
"jambagecom/div2007": "^2.0.5 || ^2.2",
"jambagecom/table": "^0.13",
"jambagecom/tsparser": "^0.12",
"friendsoftypo3/typo3db-legacy": "^1"
},
"suggest": {
"friendsoftypo3/func": "^9.0",
"jambagecom/addons-em": "^0.9",
"jambagecom/taxajax": "^1.0",
"jambagecom/static-info-tables-taxes": "^0.7",
"sjbr/static-info-tables": "^11.5 || ^12"
},
"autoload": {
"psr-4": {
"JambageCom\\TtProducts\\": "Classes"
},
"classmap": [
"api",
"control",
"eid",
"hooks",
"lib",
"marker",
"model",
"pi1",
"pi_int",
"pi_search",
"view"
]
},
"replace": {
"typo3-ter/tt-products": "self.version"
},
"extra": {
"typo3/cms": {
"extension-key": "tt_products"
}
}
}