forked from a-r-m-i-n/pw_comments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 904 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
{
"name": "t3/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": "http://v.ieweg.de/",
"license": "GPL-2.0+",
"authors": [
{
"name": "Armin Vieweg",
"role": "Lead Developer",
"email": "[email protected]",
"homepage": "https://v.ieweg.de/"
}
],
"require": {
"php": "^7.2 || ^8.0",
"typo3/cms-core": "^10.4 || ^11.5"
},
"autoload": {
"psr-4": {
"T3\\PwComments\\": "Classes"
}
},
"replace": {
"instituteweb/pw_comments": "*"
},
"extra": {
"typo3/cms": {
"extension-key": "pw_comments"
}
}
}