forked from rupertgermann/tt_news
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 744 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 744 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
{
"name": "rupertgermann/tt_news",
"type": "typo3-cms-extension",
"description": "Website news with front page teasers and article handling inside.",
"homepage": "https://typo3.org/extensions/repository/view/tt_news",
"keywords": [
"TYPO3",
"news",
"extension"
],
"version": "10.0.0",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Rupert Germann",
"email": "rg@pick2.de",
"homepage": "https://pick2-webservices.de",
"role": "Lead"
},
{
"name": "Jakob Berlin",
"email": "jakob@ybals.de",
"role": "Member"
}
],
"require": {
"typo3/cms-core": ">=9.5.0 <11.0.0"
},
"autoload": {
"psr-4": {
"RG\\TtNews\\": "Classes/"
}
}
}