-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.2 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
{
"name": "fijiwebdesign/webmail",
"description": "Fiji Webmail is a beautiful webmail client supporting any major email server such as postfix, exim, qmail with IMAP enabled. You can also use a 3rd party server such as Gmail, Yahoo! Mail or Fiji Cloud Email servers.",
"repositories": [
{
"type": "composer",
"url": "https://packages.zendframework.com/"
}
],
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": "2.3.*",
"zendframework/zend-loader": "2.3.*",
"zendframework/zend-mail": "2.3.*",
"zendframework/zend-session": "2.3.*",
"zendframework/zend-eventmanager": "2.3.*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"license": "Open Source",
"authors": [
{
"name": "Gabe Lalasava",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"repository": {
"type": "git",
"url": "https://github.com/fijiwebdesign/fijiwebmail.git"
},
"bugs": {
"url": "https://github.com/fijiwebdesign/fijiwebmail/issues"
},
"homepage": "https://github.com/fijiwebdesign/fijiwebmail"
}