-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
44 lines (44 loc) · 1.14 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
{
"name": "leuchtfeuer/static-info-tables-cs",
"description": "Czech (cs) language pack for the Static Info Tables providing localized names for countries, currencies and so on.",
"type": "typo3-cms-extension",
"license": "GPL-2.0-or-later",
"homepage": "https://www.Leuchtfeuer.com",
"authors": [
{
"name": "Florian Wessels",
"role": "Developer",
"email": "[email protected]"
},
{
"name": "Max Rösch",
"role": "Developer",
"email": "[email protected]",
"homepage": "https://www.Leuchtfeuer.com"
}
],
"support": {
"issues": "https://github.com/Leuchtfeuer/static-info-tables-cs/issues",
"source": "https://github.com/Leuchtfeuer/static-info-tables-cs",
"email": "[email protected]"
},
"replace": {
"bitmotion/static-info-tables-cs": "self.version",
"typo3-ter/static-info-tables-cs": "self.version"
},
"require": {
"typo3/cms-core": "^11.5 || ^12.4",
"typo3/cms-extbase": "^11.5 || ^12.4",
"sjbr/static-info-tables": "^11.5 || ^12.4"
},
"autoload": {
"psr-4": {
"Bitmotion\\StaticInfoTablesCs\\": "Classes/"
}
},
"extra": {
"typo3/cms": {
"extension-key": "static_info_tables_cs"
}
}
}