forked from terminal42/contao-ce-access
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 920 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
{
"name":"terminal42/contao-ce-access",
"description":"Limit user access to content elements for Contao Open Source CMS",
"keywords":["contao", "access", "content elements"],
"type":"contao-module",
"license":"LGPL-3.0+",
"authors":[
{
"name":"terminal42 gmbh",
"homepage":"http://terminal42.ch"
}
],
"require":{
"php":">=5.3.2",
"contao/core-bundle":"~3.2 || ~4.1",
"contao-community-alliance/composer-plugin":"~2.4 || ~3.0"
},
"require-dev": {
"contao/core": "3.2.*",
"friendsofphp/php-cs-fixer": "^2.1"
},
"replace": {
"contao-legacy/ce-access": "self.version"
},
"extra":{
"branch-alias": {
"dev-develop": "2.1.x-dev"
},
"contao": {
"sources":{
"": "system/modules/ce-access"
}
}
}
}