forked from jpmschuler/TYPO3-tvplus-contentslide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 837 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
{
"name": "jpmschuler/tvplus-contentslide",
"version": "v10.0.0-alpha1",
"type": "typo3-cms-extension",
"description": "This extension allows you to inherit the content of a TemplaVoilaPlus content element column to its child pages - Adaption of EXT:kb_tv_cont_slide to work with templavoilaplus",
"authors": [
{
"name": "J. Peter M. Schuler",
"email": "j.peter.m.schuler@uni-due.de",
"role": "Developer"
}
],
"license": [
"GPL-2.0+"
],
"require": {
"typo3/cms-core": "^9.5 | ^10",
"typo3/cms-backend": "*"
},
"extra": {
"typo3/cms": {
"extension-key": "tvplus_contentslide",
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/public"
}
},
"autoload": {
"psr-4": {
"Jpmschuler\\TvplusContentslide\\": "Classes/"
}
}
}