-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
executable file
·35 lines (35 loc) · 1.22 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
{
"name": "t3brightside/microtemplate",
"description": "TYPO3 CMS template – sectioned one pager with light box like sub pages",
"type": "typo3-cms-extension",
"keywords": ["TYPO3", "Template", "Design", "Fluid"],
"homepage": "https://microtemplate.t3brightside.com/",
"license": "GPL-2.0-or-later",
"authors": [{
"name": "Tanel Põld",
"role": "Developer",
"homepage": "https://t3brightside.com"
}],
"require": {
"typo3/cms-core": "^12.4 || ^13.4",
"typo3/cms-fluid-styled-content": "^12.4 || ^13.4",
"t3brightside/containeritems": "5.0",
"t3brightside/embedassets": "^1.3",
"ichhabrecht/content-defender": "^3.5",
"quellenform/t3x-iconpack-bootstrap": "^1.3"
},
"suggest": {
"t3brightside/advancedtitle": "Page title prefix & suffix",
"t3brightside/favicon": "Favicon control in page settings",
"t3brightside/pagelist": "Page teasers, article lists, cards etc",
"t3brightside/personnel": "Contact lists with vCard support",
"t3brightside/youtubevideo": "Responsive YouTube videos with cover image",
"t3brightside/gallerycontent": "Image content gallery with crop ratios",
"lochmueller/staticfilecache": "To speed things up"
},
"extra": {
"typo3/cms": {
"extension-key": "microtemplate"
}
}
}