-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
40 lines (40 loc) · 972 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": "lukaszuznanski/static-info-tables-pl",
"type": "typo3-cms-extension",
"description": "Polish (pl) 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/lukaszuznanski/static_info_tables_pl/issues"
},
"homepage": "https://uznanski.pl",
"authors": [
{
"name": "Łukasz Uznański",
"role": "Developer",
"homepage": "https://uznanski.pl"
}
],
"replace": {
"typo3-ter/static-info-tables-pl": "self.version"
},
"require": {
"php": ">= 7.0, <7.5",
"typo3/cms-core": ">=8.7, <10.0",
"sjbr/static-info-tables": "^6.7"
},
"extra": {
"typo3/cms": {
"extension-key": "static_info_tables_pl"
}
}
}