-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
34 lines (34 loc) · 921 Bytes
/
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
{
"name": "jambagecom/static-info-tables-it",
"type": "typo3-cms-extension",
"description": "Italian (it) language pack for the Static Info Tables providing localized names for countries, currencies and so on. TYPO3 extension.",
"license": "GPL-2.0-or-later",
"keywords": [
"TYPO3 CMS",
"Static Info Tables"
],
"support": {
"issues": "https://github.com/franzholz/static_info_tables_it/issues"
},
"homepage": "https://jambage.com",
"authors": [
{
"name": "Franz Holzinger",
"role": "Developer",
"homepage": "https://ttproducts.de"
}
],
"replace": {
"typo3-ter/static-info-tables-it": "self.version"
},
"require": {
"typo3/cms-core": "^11.5 || ^12.4 || ^13",
"sjbr/static-info-tables": "^11.5 || ^12.4 || ^13",
"jambagecom/addons-em": "^0.9.0"
},
"extra": {
"typo3/cms": {
"extension-key": "static_info_tables_it"
}
}
}