-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
35 lines (35 loc) · 976 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
35
{
"name": "t3brightside/personnel",
"description": "TYPO3 CMS extension for personnel lists with vCard support.",
"type": "typo3-cms-extension",
"keywords": ["TYPO3", "vCard", "personnel", "contacts", "persons"],
"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"
},
"suggest": {
"t3brightside/imagelazyload": "Add an option to disable laziload in BE",
"t3brightside/addressespersonnel": "Connect Personnel and Addresses records"
},
"autoload": {
"psr-4": {
"Brightside\\Personnel\\": "Classes"
}
},
"extra": {
"typo3/cms": {
"extension-key": "personnel"
}
}
}