forked from christianbarkowsky/contao-protectedselect
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
31 lines (31 loc) · 952 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
{
"name":"netzmacht/contao-protectedselect",
"version": "1.1.5",
"description":"Adds a new formula select widget which hides the internal field values in the frontend",
"keywords":["contao", "form", "field", "protect"],
"type":"contao-module",
"license":"LGPL-3.0+",
"authors":[
{
"name":"Christoph Barkowsky",
"homepage":"https://brkwsky.de",
"role":"Developer"
}
],
"support":{
"issues":"https://github.com/christianbarkowsky/contao-protectedselect/issues",
"source":"https://github.com/christianbarkowsky/contao-protectedselect"
},
"require":{
"php":">=5.5",
"contao/core-bundle": "~3.5 || ~4.4",
"menatwork/contao-multicolumnwizard":"~3.2"
},
"extra": {
"contao": {
"sources": {
"": "system/modules/protectedselect"
}
}
}
}