-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·42 lines (42 loc) · 912 Bytes
/
composer.json
File metadata and controls
executable file
·42 lines (42 loc) · 912 Bytes
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
{
"name": "aix/dataviewer",
"type": "typo3-cms-extension",
"description": "Build easy and intuitive TCA-records (e.g. News, Jobs, Events and more) on the fly without developing a new extension. Only templating is needed. Huge amount of time savings possible!",
"homepage": "https://www.aixdesign.net",
"license": ["GPL-2.0-or-later"],
"keywords": [
"TYPO3",
"CMS",
"recordbuilder",
"dataviewer",
"typo3",
"aix",
"records"
],
"support": {
"issues": "https://github.com/magedeveloper/dataviewer/issues"
},
"require": {
"typo3/cms-core": ">=12.4.0"
},
"autoload": {
"psr-4": {
"Aix\\Dataviewer\\": "Classes/"
}
},
"replace": {
"typo3-ter/dataviewer": "self.version"
},
"extra": {
"typo3/cms": {
"extension-key": "dataviewer"
}
},
"authors": [
{
"name": "Bastian Zagar",
"email": "kontakt@aixdesign.net",
"homepage": "http://www.aixdesign.net"
}
]
}