forked from franzholz/static_info_tables_de
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1000 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
41
{
"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+",
"repositories": [
{
"type": "composer",
"url": "https://composer.typo3.org"
}
],
"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": {
"static_info_tables_de": "self.version",
"typo3-ter/static-info-tables-de": "self.version"
},
"require": {
"php": "^7.0",
"typo3/cms-core": "^8.7 || ^9.5",
"sjbr/static-info-tables": "^6.7"
},
"extra": {
"typo3/cms": {
"extension-key": "static_info_tables_de"
}
}
}