forked from contao-community-alliance/merger2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
54 lines (54 loc) · 1.22 KB
/
composer.json
File metadata and controls
54 lines (54 loc) · 1.22 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name":"bit3/contao-merger2",
"description":"Module merger V2 for Contao OpenSource CMS",
"keywords":["contao", "theme", "layout", "module"],
"type":"contao-module",
"homepage":"http://bit3.de",
"license":"LGPL-3.0+",
"authors":[
{
"name":"Tristan Lins",
"email":"tristan.lins@bit3.de",
"homepage":"http://bit3.de",
"role":"Developer"
}
],
"support":{
"email":"info@bit3.de",
"issues":"https://github.com/bit3/contao-merger2/issues",
"wiki":"https://github.com/bit3/contao-merger2/wiki",
"irc":"irc://irc.freenode.org/contao.dev",
"source":"https://github.com/bit3/contao-merger2"
},
"require":{
"php":">=5.3",
"contao/core":">=3.2-dev,<4-dev",
"contao-community-alliance/composer-installer": "*",
"menatwork/contao-multicolumnwizard": "~3"
},
"require-dev":{
"bit3/php-coding-standard":"*",
"squizlabs/php_codesniffer":"1.*",
"phpunit/phpunit": ">=3.7.10,<4-dev"
},
"minimum-stability": "dev",
"prefer-stable": true,
"replace":{
"contao-legacy/merger2":"self.version"
},
"autoload":{
"psr-0": {
"Bit3\\Contao\\Merger2": "src"
}
},
"extra":{
"contao": {
"sources":{
"contao":"system/modules/merger2"
}
},
"branch-alias": {
"dev-master": "3.0.x-dev"
}
}
}