-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
53 lines (53 loc) · 1.22 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "renolit/static-info-tables-tr",
"description": "Turkish (tr) language pack for the Static Info Tables providing localized names for countries.",
"license": [
"GPL-2.0-or-later"
],
"type": "typo3-cms-extension",
"keywords": [
"TYPO3 CMS",
"Static Info Tables"
],
"authors": [
{
"name": "Ephraim Härer",
"role": "Developer"
},
{
"name": "Timo Feuerstein",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/Kephson/static_info_tables_tr/issues"
},
"require": {
"php": "^8.2",
"typo3/cms-core": "^13.4",
"sjbr/static-info-tables": "^13.4"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.42"
},
"replace": {
"typo3-ter/static-info-tables-tr": "self.version"
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true
},
"bin-dir": ".Build/bin",
"sort-packages": true,
"vendor-dir": ".Build/vendor"
},
"extra": {
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"extension-key": "static_info_tables_tr",
"web-dir": ".Build/public"
}
}
}