-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
58 lines (58 loc) · 1.42 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name":"avisota/contao-history",
"description":"Simple message history and statistic for Avisota.",
"keywords":["avisota", "email", "mail", "newsletter", "marketing"],
"type":"contao-module",
"homepage":"http://avisota.org",
"license":"LGPL-3.0+",
"authors":[
{
"name":"Tristan Lins",
"email":"[email protected]",
"homepage":"http://bit3.de",
"role":"Developer"
}
],
"support":{
"email": "[email protected]",
"issues": "https://avisota.atlassian.net/browse/CSTAT/component/10117",
"forum":"https://community.contao.org/de/forumdisplay.php?121-Avisota",
"wiki":"http://de.contaowiki.org/Kategorie:Avisota",
"irc": "irc://irc.freenode.org/avisota",
"source": "https://github.com/avisota/contao-core"
},
"require":{
"php":">=5.3",
"contao-community-alliance/composer-installer": "~1.6",
"contao/core": ">=2.11.11,<3.4",
"avisota/contao-core": "~2.0"
},
"require-dev":{
"phpunit/phpunit":"3.7.*",
"squizlabs/php_codesniffer":"1.*",
"bit3/php-coding-standard":"~2.2"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload":{
"psr-0":{
"Avisota\\Contao": "src/"
}
},
"extra": {
"contao": {
"sources": {
"module": "system/modules/avisota-history"
},
"transifex": {
"project": "avisota-contao",
"prefix": "contao-history-",
"languages_cto": "module/languages",
"languages_tx": ".tx"
}
},
"branch-alias": {
"dev-develop": "2.0.x-dev"
}
}
}