-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
40 lines (40 loc) · 1.18 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
{
"name": "enlitepro/enlite-admin",
"license": "MIT",
"authors": [
{
"name": "Evgeny Shpilevsky",
"email": "[email protected]",
"role": "Developer"
}
],
"keywords": [
"framework",
"zf2",
"admin"
],
"require": {
"php": ">=5.4",
"zendframework/zendframework": ">=2.2.2",
"doctrine/doctrine-orm-module": "0.8.*@beta",
"doctrine/doctrine-module": "0.8.*@beta",
"doctrine/cache": "v1.0",
"zf-commons/zfc-twig": "~1.1.5",
"zf-commons/zfc-user": "~0.1",
"zf-commons/zfc-user-doctrine-orm": "~0.1"
},
"suggest": {
"neilime/zf2-twb-bundle": "2.*",
"bjyoungblood/bjy-authorize": "~1.3",
"enlitepro/enlite-assetic": "1.0.*"
},
"require-dev": {
"phpunit/phpunit": "~3.7",
"bjyoungblood/bjy-authorize": "~1.3"
},
"autoload": {
"psr-0": {
"EnliteAdmin": "src"
}
}
}