forked from TYPO3-extensions/static_info_tables
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
39 lines (39 loc) · 964 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
{
"name": "b13/static-info-tables",
"description": "Data and API for countries, languages and currencies for use in TYPO3 CMS.",
"version": "6.7.5",
"type": "typo3-cms-extension",
"license": "GPL-2.0+",
"authors": [
{
"name": "Stanislas Rolland",
"homepage": "https://www.sjbr.ca",
"role": "Developer"
},
{
"name": "René Fritz",
"role": "Developer"
}
],
"keywords": [
"TYPO3"
],
"homepage": "https://forge.typo3.org/projects/extension-static_info_tables",
"support": {
"issues": "https://forge.typo3.org/projects/extension-static_info_tables/issues"
},
"replace": {
"static_info_tables": "self.version",
"typo3-ter/static-info-tables": "self.version",
"sjbr/static-info-tables": "self.version"
},
"require": {
"php": ">= 7.0, <7.4",
"typo3/cms-core": ">=8.7, <11.0"
},
"autoload": {
"psr-4": {
"SJBR\\StaticInfoTables\\": "Classes/"
}
}
}