-
Notifications
You must be signed in to change notification settings - Fork 36
/
composer.json
66 lines (66 loc) · 2.17 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
61
62
63
64
65
66
{
"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": "[email protected]",
"homepage": "http://www.barryodonovan.com/",
"role": "Lead Developer"
},
{
"name": "Open Solutions",
"email": "[email protected]",
"homepage": "http://www.opensolutions.ie/",
"role": "Development Team"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/opensolutions/Bootstrap-Zend-Framework"
},
{
"type": "package",
"package": {
"name": "smarty/smarty",
"version": "3.1.17",
"dist": {
"url": "http://www.smarty.net/files/Smarty-3.1.17.zip",
"type": "zip"
},
"source": {
"url": "http://smarty-php.googlecode.com/svn/",
"type": "svn",
"reference": "tags/v3.1.17/distribution/"
}
}
}
],
"require": {
"php": ">=5.4.0",
"doctrine/orm": "2.*",
"opensolutions/oss-framework": "dev-master",
"zendframework/zendframework1": "~1.12",
"smarty/smarty": "~3.1.0",
"opensolutions/minify": "1.*",
"komola/bootstrap-zend-framework": "dev-master"
},
"support": {
"issues": "https://github.com/opensolutions/ViMbAdmin/issues",
"wiki": "https://github.com/opensolutions/ViMbAdmin/wiki",
"source": "https://github.com/opensolutions/ViMbAdmin"
},
"autoload": {
"classmap": [
"vendor/smarty/smarty/distribution/libs/Smarty.class.php",
"vendor/smarty/smarty/distribution/libs/SmartyBC.class.php",
"vendor/smarty/smarty/distribution/libs/sysplugins/smarty_security.php"
]
},
"minimum-stability": "dev"
}