forked from teamneusta/pw_comments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1.07 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
{
"name": "teamneusta/pw_comments",
"type": "typo3-cms-extension",
"description": "Powerful TYPO3 CMS extension for providing comments, including replies on comments and votings, as well as mail notifications.",
"keywords": ["TYPO3", "extension", "comment", "voting"],
"homepage": "https://team-neusta.de/",
"license": "GPL-2.0+",
"version": "6.0.0",
"authors": [
{
"name": "Armin Vieweg",
"role": "Lead Developer",
"email": "[email protected]",
"homepage": "https://v.ieweg.de/"
},
{
"name": "Malek Olabi",
"role": "Developer",
"email": "[email protected]",
"homepage": "https://team-neusta.de/"
}
],
"require": {
"php": "^8.1",
"typo3/cms-core": "^12.4"
},
"autoload": {
"psr-4": {
"T3\\PwComments\\": "Classes"
}
},
"replace": {
"t3/pw_comments": "*"
},
"extra": {
"typo3/cms": {
"extension-key": "pw_comments"
}
}
}