-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
52 lines (52 loc) · 1.04 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
{
"name": "wapplersystems/ws-bulletinboard",
"type": "typo3-cms-extension",
"description": "",
"homepage": "https://extensions.typo3.org/extension/ws_bulletinboard/",
"license": "GPL-2.0+",
"support": {
"issues": "https://github.com/WapplerSystems/typo3-bulletinboard/issues",
"source": "https://github.com/WapplerSystems/typo3-bulletinboard"
},
"funding": [
{
"type": "other",
"url": "https://wappler.systems/"
}
],
"keywords": [
"Bulletinboard"
],
"authors": [
{
"name": "Sven Wappler",
"role": "Developer",
"homepage": "https://wappler.systems/"
}
],
"require": {
"typo3/cms-core": "^12",
"typo3/cms-extbase": "^12",
"typo3/cms-form": "^12",
"typo3/cms-frontend": "^12"
},
"autoload": {
"psr-4": {
"WapplerSystems\\WsBulletinboard\\": "Classes/"
}
},
"extra": {
"typo3/cms": {
"extension-key": "ws_bulletinboard"
}
},
"config": {
"allow-plugins": {
"typo3/cms-composer-installers": true,
"typo3/class-alias-loader": true
}
},
"require-dev": {
"ssch/typo3-rector": "^2.6"
}
}