-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
60 lines (60 loc) · 1.64 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
59
60
{
"name": "avisota/contao-avisota-twig-override",
"description": "Avisota Twig Override.",
"keywords": [
"avisota",
"email",
"mail",
"newsletter",
"marketing",
"twig",
"template",
"override"
],
"type": "contao-module",
"homepage": "http://avisota.org",
"license": "LGPL-3.0+",
"authors": [
{
"name": "Sven Baumann",
"email": "baumann.sv@gmail.com",
"role": "Developer"
}
],
"support": {
"email": "baumann.sv@gmail.com",
"issues": "https://github.com/avisota/contao-avisota-twig-override/issues",
"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-avisota-twig-override"
},
"require": {
"php": ">=5.3",
"contao-community-alliance/composer-plugin": "~2.0",
"contao/core": ">=2.11.11,<3.5",
"avisota/contao-core": ">=2.0.7,<3-dev"
},
"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\\Twig": "src/"
}
},
"extra": {
"contao": {
"sources": {
"contao": "system/modules/avisota-twig-override"
}
},
"branch-alias": {
"dev-develop": "2.0.x-dev"
}
}
}