-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 1.03 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
{
"name": "postyou/contao-comparison-slider",
"description": "Slider to compare two images e.g. before/after",
"keywords": [
"contao",
"comparison",
"tl_content",
"slider"
],
"type": "contao-module",
"license": "LGPL-3.0+",
"authors": [
{
"name": "Mario Gienapp",
"role": "Developer"
},
{
"name": "postyou",
"homepage": "http://postyou.de"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/postyou/contao-comparison-slider/issues?direction=desc&sort=created&state=open",
"source": "https://github.com/postyou/contao-comparison-slider"
},
"require": {
"php": ">=8.0",
"contao/core-bundle": " ^4.9",
"contao-community-alliance/composer-plugin": "~2.4 || ~3.0"
},
"extra": {
"contao": {
"sources": {
"": "system/modules/contao-comparison-slider"
}
}
}
}