-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
36 lines (36 loc) · 965 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
34
35
36
{
"name": "instituteweb/pw_comments",
"type": "typo3-cms-extension",
"description": "Powerful extension for providing comments, including replies on comments and voting.",
"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": "http://v.ieweg.de/"
},
{
"name": "Dennis Roemmich",
"role": "Developer"
},
{
"name": "Christian Wolfram",
"role": "Developer"
}
],
"require": {
"php": ">=5.6,<8.0",
"typo3/cms-core": ">=7.6.0,<9.0"
},
"autoload": {
"psr-4": {
"PwCommentsTeam\\PwComments\\": "Classes"
}
},
"replace": {
"pw_comments": "self.version"
}
}