forked from fabarea/vidi_frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
43 lines (43 loc) · 951 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
36
37
38
39
40
41
42
43
{
"name": "fab/vidi-frontend",
"type": "typo3-cms-extension",
"description": "Generic List Component for the Frontend where content can be filtered in an advanced way... Veni, vidi, vici!",
"homepage": "https://github.com/fudriot/vidi_frontend",
"license": [
"GPL-2.0-or-later"
],
"keywords": [
"TYPO3 CMS",
"generic listing"
],
"support": {
"issues": "https://github.com/fudriot/vidi_frontend/issues"
},
"autoload": {
"psr-4": {
"Fab\\VidiFrontend\\": "Classes/"
}
},
"replace": {
"fab/vidi_frontend": "self.version"
},
"extra": {
"typo3/cms": {
"extension-key": "vidi_frontend"
}
},
"require": {
"typo3/cms-core": "^11.0",
"fab/vidi": "^5 || dev-master",
"typo3/cms-backend": "^11.0",
"typo3/cms-extbase": "^11.0",
"typo3/cms-frontend": "^11.0",
"fluidtypo3/vhs": "^6.1"
},
"config": {
"allow-plugins": {
"typo3/cms-composer-installers": true,
"typo3/class-alias-loader": true
}
}
}