-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
46 lines (46 loc) · 1.19 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
{
"name": "imhlab/news-ttaddress-rel",
"type": "typo3-cms-extension",
"description": "Adds one or more authors from tt_address to a tx_news record in typo3 backend",
"license": "GPL-2.0-or-later",
"keywords": [
"TYPO3",
"TYPO3 CMS",
"extension",
"author",
"tt_address",
"news",
"tx_news"
],
"homepage": "https://support.imh.dk",
"authors": [
{
"name": "Martin Kristensen",
"role": "Developer"
},
{
"name": "Daniel Alexander Damm",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/Beltshassar/imhlab_news_ttaddress_rel/issues",
"source": "https://github.com/Beltshassar/imhlab_news_ttaddress_rel"
},
"require": {
"typo3/cms-core": ">=11.4,<12.5",
"georgringer/news": ">=9.4,<11.4.99",
"friendsoftypo3/tt-address": ">=6.1,<9.99",
"evoweb/extender": ">=8"
},
"extra": {
"typo3/cms": {
"extension-key": "news_ttaddress_rel"
}
},
"autoload": {
"psr-4": {
"IMHLab\\NewsTtaddressRel\\": "Classes"
}
}
}