-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
50 lines (50 loc) · 1.28 KB
/
composer.json
File metadata and controls
50 lines (50 loc) · 1.28 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
{
"name": "avisota/core",
"description": "Avisota mailing system core components",
"keywords": [
"avisota",
"email",
"mail",
"newsletter",
"marketing"
],
"homepage": "http://avisota.org",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Sven Baumann",
"email": "baumann.sv@gmail.com",
"role": "Developer"
}
],
"support": {
"email": "support@avisota.org",
"issues": "https://github.com/bit3/contao-avisota/issues",
"forum": "https://community.contao.org/de/forumdisplay.php?121-Avisota",
"wiki": "http://avisota.org",
"irc": "irc://irc.freenode.org/avisota",
"source": "https://github.com/avisota/core"
},
"require": {
"php": "^5.6",
"doctrine/dbal": "^2.4"
},
"require-dev": {
"phpcq/all-tasks": "^1.2",
"monolog/monolog": "^1.0",
"symfony/event-dispatcher": "^2.0",
"swiftmailer/swiftmailer": "^4.0"
},
"autoload": {
"psr-0": {
"Avisota": "src/",
"Avisota\\Test": "test/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev",
"dev-develop": "1.3.x-dev"
}
}
}