-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
36 lines (36 loc) · 957 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": "koninklijke-collective/koning-comments",
"description": "TYPO3 Extension: Commenting system based on fe_users",
"type": "typo3-cms-extension",
"keywords": [
"Koninklijke Collective",
"TYPO3",
"CMS",
"Extbase",
"Comments"
],
"homepage": "https://github.com/koninklijke-collective/koning_comments",
"license": "LGPL-3.0+",
"require": {
"typo3/cms-core": ">=9.5.0 <10.0.0"
},
"replace": {
"typo3-ter/koning-comments": "self.version"
},
"autoload": {
"psr-4": {
"KoninklijkeCollective\\KoningComments\\": "Classes/"
}
},
"authors": [
{
"name": "Jesper Paardekooper",
"homepage": "https://www.develement.nl/"
},
{
"name": "Benjamin Serfhos",
"email": "[email protected]",
"homepage": "https://serfhos.com"
}
]
}