-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
55 lines (55 loc) · 1.03 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
48
49
50
51
52
53
54
55
{
"name": "wapplersystems/ws-guestbook",
"type": "typo3-cms-extension",
"description": "",
"homepage": "https://extensions.typo3.org/extension/ws_guestbook/",
"license": "GPL-2.0+",
"support": {
"issues": "https://github.com/WapplerSystems/typo3-guestbook/issues",
"source": "https://github.com/WapplerSystems/typo3-guestbook"
},
"funding": [
{
"type": "other",
"url": "https://wappler.systems/"
}
],
"keywords": [
"TYPO3 CMS",
"Guestbook",
"WapplerSystems",
"Guest",
"Book",
"Feedback",
"Review"
],
"suggest": {
"derhansen/form_crshield": "Protect the form from spam"
},
"authors": [
{
"name": "Sven Wappler",
"role": "Developer",
"homepage": "https://wappler.systems/"
},
{
"name": "Franziska Krug",
"role": "Developer"
}
],
"require": {
"typo3/cms-core": "^12",
"typo3/cms-form": "^12",
"derhansen/form_crshield": "^1.0"
},
"autoload": {
"psr-4": {
"WapplerSystems\\WsGuestbook\\": "Classes/"
}
},
"extra": {
"typo3/cms": {
"extension-key": "ws_guestbook"
}
}
}