-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
executable file
·38 lines (37 loc) · 1.12 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
36
37
38
{
"name": "t3brightside/pagelist",
"description": "TYPO3 CMS extension to create news, events, vacancies and products or just page lists. Demo: microtemplate.t3brightside.com",
"type": "typo3-cms-extension",
"keywords": ["TYPO3", "extension", "teaser", "pageteaser", "news", "events", "vacancies", "products"],
"license": "GPL-2.0-or-later",
"homepage": "https://t3brightside.com",
"authors": [{
"name": "Tanel Põld",
"role": "Developer",
"homepage": "https://t3brightside.com"
}],
"require": {
"typo3/cms-core": "^12.4 || ^13.0",
"typo3/cms-fluid-styled-content": "^12.4 || ^13.0",
"t3brightside/paginatedprocessors": "^1.6",
"t3brightside/embedassets": "^1.3"
},
"conflict": {
"t3g/blog": ">=0.0.1"
},
"suggest": {
"t3brightside/personnel": "Contact lists with vCard support, and author records for Pagelist",
"t3brightside/addresses": "Address lists to connect as locations to pages",
"t3brightside/imagelazyload": "Add an option to disable laziload"
},
"autoload": {
"psr-4": {
"Brightside\\Pagelist\\": "Classes"
}
},
"extra": {
"typo3/cms": {
"extension-key": "pagelist"
}
}
}