-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
49 lines (49 loc) · 1.4 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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "heimrichhannot/contao-slick-bundle",
"description": "A content slider/carousel for contao based on kenwheelers slick carousel.",
"keywords": [
"contao",
"carousel",
"slider",
"slick"
],
"type": "contao-bundle",
"homepage": "https://github.com/heimrichhannot/contao-slick-bundle",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Heimrich & Hannot",
"email": "digitales@heimrich-hannot.de",
"homepage": "http://www.heimrich-hannot.de",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/heimrichhannot/contao-slick-bundle/issues"
},
"require": {
"php": "^7.4 || ^8.0",
"contao/core-bundle": "^4.13 || ^5.0",
"heimrichhannot/contao-encore-contracts": "^1.0",
"heimrichhannot/contao-multi-column-editor-bundle": "^1.0 || ^2.0",
"heimrichhannot/contao-utils-bundle": "^2.221 || ^3.0",
"heimrichhannot-contao-components/slick": "^1.8.1",
"symfony/event-dispatcher": "^4.4 || ^5.4 || ^6.0",
"patchwork/utf8": "^1.3"
},
"replace": {
"heimrichhannot/contao-slick": "*",
"heimrichhannot/contao-slick-list-bundle": "*"
},
"autoload": {
"psr-4": {
"HeimrichHannot\\SlickBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "HeimrichHannot\\SlickBundle\\ContaoManager\\Plugin"
},
"conflict": {
"heimrichhannot/contao-encore-bundle": "<1.16"
}
}