-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
37 lines (37 loc) · 994 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
{
"name":"cliffparnitzky/form-field-access-protection",
"description":"Provides access protection (known from modules and content elements) for form fields.",
"keywords":["contao","form","form field","access", "protection", "access protection"],
"type":"contao-module",
"license":"LGPL-3.0+",
"authors":[
{
"name":"Cliff Parnitzky",
"email":"contao@cliff-parnitzky.de",
"role":"Developer"
}
],
"support":{
"email":"contao@cliff-parnitzky.de",
"issues":"https://github.com/cliffparnitzky/FormFieldAccessProtection/issues",
"source":"https://github.com/cliffparnitzky/FormFieldAccessProtection"
},
"require":{
"php":">=5.3",
"contao/core":">=3.2.0,<3.6",
"contao-community-alliance/composer-plugin":"~2.0"
},
"conflict": {
"contao/core":"3.4.0,3.4.1,3.4.2"
},
"extra":{
"contao":{
"sources":{
"system/modules/FormFieldAccessProtection":"system/modules/FormFieldAccessProtection"
}
},
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}