-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 879 Bytes
/
Copy pathcomposer.json
File metadata and controls
34 lines (34 loc) · 879 Bytes
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
{
"name": "jambagecom/static-info-tables-de",
"type": "typo3-cms-extension",
"description": "German (de) language pack for the Static Info Tables providing localized names for countries, currencies and so on.",
"license": "GPL-2.0-or-later",
"keywords": [
"TYPO3 CMS",
"Static Info Tables"
],
"support": {
"issues": "https://github.com/franzholz/static_info_tables_de/issues"
},
"homepage": "https://jambage.com",
"authors": [
{
"name": "Franz Holzinger",
"role": "Developer",
"homepage": "https://ttproducts.de"
}
],
"replace": {
"typo3-ter/static-info-tables-de": "self.version"
},
"require": {
"typo3/cms-core": "^12 || ^13",
"sjbr/static-info-tables": "^12 || ^13",
"jambagecom/addons-em": "^0.9"
},
"extra": {
"typo3/cms": {
"extension-key": "static_info_tables_de"
}
}
}