forked from pixelant/static_info_tables_sv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1.07 KB
/
composer.json
File metadata and controls
38 lines (38 loc) · 1.07 KB
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
{
"name": "leuchtfeuer/static-info-tables-sv",
"description": "Swedish (sv) 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": "f.wessels@Leuchtfeuer.com",
"homepage": "https://www.Leuchtfeuer.com"
}
],
"support": {
"issues": "https://github.com/Leuchtfeuer/static-info-tables-sv/issues",
"source": "https://github.com/Leuchtfeuer/static-info-tables-sv",
"email": "dev@Leuchtfeuer.com"
},
"replace": {
"typo3-ter/static-info-tables-sv": "self.version"
},
"require": {
"typo3/cms-core": "^9.5.17 || ^10.4.2",
"typo3/cms-extbase": "^9.5.17 || ^10.4.2",
"sjbr/static-info-tables": "^6.9"
},
"autoload": {
"psr-4": {
"Leuchtfeuer\\StaticInfoTablesSv\\": "Classes/"
}
},
"extra": {
"typo3/cms": {
"extension-key": "static_info_tables_sv"
}
}
}