-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (33 loc) · 964 Bytes
/
composer.json
File metadata and controls
40 lines (33 loc) · 964 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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "systemhaus/inputrange",
"description": "Provides a form field for the HTML5 input range element",
"keywords": ["widget", "form", "range", "slider", "knob"],
"type": "contao-module",
"homepage": "https://github.com/systemhaus/contao_inputrange",
"license": "LGPL-3.0",
"authors": [
{
"name": "Sebastian Leitz",
"email": "sebastian.leitz@etes.de",
"homepage": "https://www.etes.de/",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/systemhaus/contao_inputrange/issues"
},
"require": {
"contao/core": ">=3.2,<4-dev",
"contao-community-alliance/composer-installer":"*"
},
"replace": {
"contao-legacy/inputrange": "*"
},
"extra":{
"contao": {
"sources":{
"": "system/modules/inputrange"
}
}
}
}