forked from franzholz/static_info_tables_it
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 1009 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
35
36
37
38
39
40
{
"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",
"repositories": [
{
"type": "composer",
"url": "https://composer.typo3.org"
}
],
"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": "^10.4 || ^11.5",
"sjbr/static-info-tables": "^6.7 || ^11.5",
"jambagecom/addons-em": "^0.5"
},
"extra": {
"typo3/cms": {
"extension-key": "static_info_tables_it"
}
}
}