-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
38 lines (38 loc) · 1.43 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
{
"name": "dibber-org/dibber",
"homepage": "https://github.com/dibber-org/dibber",
"keywords": [],
"description": "dibber is an attempt at creating a web application that would be usable by small scale farmers, gardeners...",
"authors": [ {
"name": "Jérémy Huet",
"email": "[email protected]",
"homepage": "http://glpl.us/jhuet",
"role": "Developer"
} ],
"support": {
"email": "[email protected]",
"forum": "https://groups.google.com/forum/#!forum/dibber",
"irc": "irc://irc.freenode.org/dibber",
"issues": "https://github.com/dibber-org/dibber/issues",
"source": "https://github.com/dibber-org/dibber",
"wiki": "https://github.com/dibber-org/dibber/wiki"
},
"minimum-stability": "dev",
"require": {
"php": ">=5.3.5",
"zendframework/zendframework": "2.*",
"zendframework/zend-developer-tools": "dev-master",
"doctrine/common": "2.3.0-RC3",
"doctrine/mongodb": "1.0.*",
"doctrine/doctrine-mongo-odm-module": "0.*",
"gedmo/doctrine-extensions": "2.*",
"zf-commons/zfc-user": "0.*",
"socalnick/scn-social-auth": "1.*",
"jhuet/scn-social-auth-doctrine-mongo-odm": "dev-master",
"jhuet/sds-doctrine-extensions-module": "dev-master",
"jhuet/zdt-logger-module": "0.*"
},
"require-dev": {
"atoum/atoum": "dev-master"
}
}