-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 747 Bytes
/
Copy pathcomposer.json
File metadata and controls
27 lines (27 loc) · 747 Bytes
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
{
"name": "t3brightside/paginatedprocessors",
"type": "typo3-cms-extension",
"description": "Paginated dataprocessors for TYPO3",
"keywords": ["TYPO3", "pagination", "dataProcessing"],
"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 || ^14.0",
"t3brightside/embedassets": "^1.4"
},
"autoload": {
"psr-4": {
"Brightside\\Paginatedprocessors\\": "Classes"
}
},
"extra": {
"typo3/cms": {
"extension-key": "paginatedprocessors"
}
}
}