-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
59 lines (59 loc) · 1.69 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
56
57
58
59
{
"name": "netresearch/t3-cowriter",
"description": "With the help of ai you can now work on a page together with a cowriter - a digital assistant that helps you to write your content.",
"type": "typo3-cms-extension",
"license": [
"GPL-3.0-or-later"
],
"homepage": "https://github.com/netresearch/t3-cowriter",
"readme": "README.md",
"keywords": [
"typo3",
"extension",
"cowriter",
"ai",
"backend"
],
"authors": [
{
"name": "Netresearch",
"email": "[email protected]",
"homepage": "https://www.netresearch.de",
"role": "Developer"
},
{
"name": "Netresearch",
"email": "[email protected]",
"homepage": "https://www.netresearch.de",
"role": "Developer"
},
{
"name": "Netresearch",
"email": "[email protected]",
"homepage": "https://www.netresearch.de",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/netresearch/t3-cowriter/issues",
"source": "https://github.com/netresearch/t3-cowriter",
"docs": "https://github.com/netresearch/t3-cowriter"
},
"notify-batch": "https://flows.nrdev.de/composer/install",
"require": {
"typo3/cms-core": "^9.5 || ^10.4 || ^11.5"
},
"autoload": {
"psr-4": {
"Netresearch\\T3Cowriter\\": "Classes/"
}
},
"extra": {
"typo3/cms": {
"extension-key": "t3_cowriter"
},
"branch-alias": {
"dev-main": "1.2.x-dev"
}
}
}