-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 928 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
{
"name": "swisscode/newt4dce",
"type": "typo3-cms-extension",
"description": "Extension with the Newt-Provider for DCE",
"homepage": "https://extensions.typo3.org/extension/newt4dce",
"support": {
"docs": "https://docs.typo3.org/p/swisscode/newt4dce/main/en-us/",
"issues": "https://github.com/juergenfurrer/newt4dce-typo3-ext/issues",
"source": "https://github.com/juergenfurrer/newt4dce-typo3-ext"
},
"authors": [
{
"name": "Juergen Furrer",
"role": "Developer"
}
],
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "^11.5 || ^12.4",
"swisscode/newt": "^3.0.0",
"t3/dce": "^2.9.0"
},
"autoload": {
"psr-4": {
"Swisscode\\Newt4Dce\\": "Classes"
}
},
"extra": {
"typo3/cms": {
"extension-key": "newt4dce"
}
}
}