forked from team23/t23_inline_container
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 951 Bytes
/
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
{
"name": "team23/t23-inline-container",
"description": "An extension to manage content elements inline in b13/container similar like possible in gridelementsteam/gridelements before.",
"type": "typo3-cms-extension",
"homepage": "https://www.team23.de/",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "^11.5 || ^12.4",
"b13/container": "^2"
},
"suggest": {
"georgringer/news": "Most usefull application of this extension."
},
"authors": [
{
"name": "Tim Dreier",
"email": "[email protected]",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Team23\\T23InlineContainer\\": "Classes/"
}
},
"replace": {
"typo3-ter/t23-inline-container": "self.version"
},
"extra": {
"typo3/cms": {
"extension-key": "t23_inline_container"
}
}
}