-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
34 lines (34 loc) · 912 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": "dw-typo3/dw-content-elements",
"type": "typo3-cms-extension",
"version": "12.0.1",
"description": "Custom content elements builder",
"homepage": "https://github.com/Digi92/dw_content_elements",
"require": {
"typo3/cms-core": "^12.4",
"typo3/cms-fluid-styled-content": "^12.4"
},
"autoload": {
"psr-4": {
"Denkwerk\\DwContentElements\\": "Classes"
}
},
"authors": [
{
"name": "Sascha Zander",
"email": "[email protected]",
"homepage": "https://github.com/Digi92",
"role": "Developer"
},
{
"name": "Tobias Nussbaum",
"email": "[email protected]",
"role": "Developer"
}
],
"extra": {
"typo3/cms": {
"extension-key": "dw_content_elements"
}
}
}