-
Notifications
You must be signed in to change notification settings - Fork 102
/
composer.json
50 lines (50 loc) · 1.36 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
{
"name": "opensolutions/vimbadmin",
"description": "ViMdAdmin :: Virtual Mailbox Administration",
"type": "project",
"keywords": ["vimbadmin", "postfix", "postfixadmin", "dovecot"],
"homepage": "http://www.vimbadmin.net/",
"license": "GPL-3.0+",
"authors": [
{
"name": "Barry O'Donovan",
"email": "barry@opensolutions.ie",
"homepage": "http://www.barryodonovan.com/",
"role": "Lead Developer"
},
{
"name": "Open Solutions",
"email": "info@opensolutions.ie",
"homepage": "http://www.opensolutions.ie/",
"role": "Development Team"
}
],
"require": {
"php": ">=8.0.0",
"doctrine/orm": "2.8.*",
"shardj/zf1-future": "1.*",
"smarty/smarty": "~4.3.0"
},
"require-dev": {
"opensolutions/minify": "1.*"
},
"autoload": {
"psr-0": {
"OSS_": "library/",
"Twitter_": "library"
}
},
"include-path": [
"library/"
],
"support": {
"issues": "https://github.com/opensolutions/ViMbAdmin/issues",
"wiki": "https://github.com/opensolutions/ViMbAdmin/wiki",
"source": "https://github.com/opensolutions/ViMbAdmin"
},
"config": {
"platform": {
"php": "8.0"
}
}
}