-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
46 lines (46 loc) · 1.22 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
{
"name": "ubl/supportchat-switch",
"description": "Supportchat switch to enable chat at frontend for Typo3 Supportchat extension",
"type": "typo3-cms-extension",
"keywords": [
"TYPO3",
"CMS",
"extension",
"switch",
"chat"
],
"homepage": "https://github.com/ubleipzig/tx-supportchat-switch",
"license": ["GPL-3.0+"],
"version": "0.1.1",
"support": {
"issues": "https://github.com/ubleipzig/tx-supportchat-switch/issues"
},
"authors": [
{
"name": "Frank Morgner",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Leipzig University Library",
"email": "[email protected]",
"role": "Contracting entity" }
],
"repositories": [{
"type": "composer",
"url": "https://composer.typo3.org/"
}],
"require": {
"typo3/cms": "^8.7 || ^9.5",
"ubl/supportchat": "^2.5"
},
"autoload": {
"psr-4": {
"Ubl\\SupportchatSwitch\\": "Classes/"
}
},
"autoload-dev": {
"psr-4": {
"Ubl\\SupportchatSwitch\\Tests\\": "Tests/"
}
}}