forked from serlo/athene2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 1.12 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
{
"name": "serlo-org/athene2",
"description": "Advanced Learning Resources Manager",
"authors": [
{
"name": "Aeneas Rekkas",
"email": "[email protected]"
}
],
"keywords": [
"athene2"
],
"homepage": "http://www.serlo.org",
"license": [
"LGPL-3.0+"
],
"require": {
"doctrine/doctrine-orm-module": "=0.9.0",
"widmogrod/zf2-assetic-module": "=1.3.4",
"zf-commons/zfc-rbac": "=2.3",
"php": ">=5.5",
"zf-commons/zfc-base": "=0.1.2",
"zendframework/zendframework": "=2.4.13",
"neilime/zf2-twb-bundle": "=2.6.1",
"zendframework/zend-developer-tools": "=0.0.2",
"dnode/dnode": "=v0.2.0",
"stroker/cache": "=0.3.2",
"zf-commons/zfc-twig": "=1.2",
"umpirsky/twig-gettext-extractor": "=1.1.5",
"ewgo/solarium-module": "=1.0.2",
"twig/twig": "=v1.20.0",
"twig/extensions": "=v1.3.0",
"google/cloud": "^0.32.1",
"roave/security-advisories": "dev-master"
},
"config": {
"vendor-dir": "src/vendor"
}
}