-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
47 lines (41 loc) · 1.06 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
41
42
43
44
45
46
47
{
"name": "koninklijke-collective/koning-library",
"description": "TYPO3 Extension: Library - ViewHelpers, Abstract classes, Wizards and Utilities",
"type": "typo3-cms-extension",
"keywords": [
"TYPO3",
"CMS",
"Koning",
"Library"
],
"homepage": "https://github.com/koninklijke-collective/koning_library",
"license": "LGPL-3.0+",
"extra": {
"typo3/cms": {
"extension-key": "koning_library"
}
},
"autoload": {
"psr-4": {
"Keizer\\KoningLibrary\\": "Classes/"
}
},
"replace": {
"typo3-ter/koning-library": "self.version"
},
"require": {
"typo3/cms-core": ">=12.2.0"
},
"authors": [
{
"name": "Jesper Paardekooper",
"homepage": "https://www.bereik.io/",
"email": "koninklijkecollective@gmail.com"
},
{
"name": "Benjamin Serfhos",
"email": "benjamin@serfhos.com",
"homepage": "https://serfhos.com"
}
]
}