-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (38 loc) · 1.14 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
{
"name": "zendframework/skeleton-application",
"description": "Skeleton Application for ZF2",
"license": "BSD-3-Clause",
"keywords": [
"framework",
"zf2"
],
"homepage": "http://framework.zend.com/",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/squizlabs/PHP_CodeSniffer"
},
{
"type": "vcs",
"url": "https://github.com/symfony/Finder"
}
],
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": "2.2.*",
"zetacomponents/console-tools" : "dev-master",
"doctrine/doctrine-orm-module": "*",
"zendframework/zend-developer-tools" : "*",
"zf-commons/zfc-base": "*",
"zf-commons/zfc-user": "*",
"zf-commons/zfc-user-doctrine-orm" : "0.1.1",
"dlu/dlutwbootstrap": "dev-master",
"bjyoungblood/bjy-authorize" : "dev-master",
"doctrine/migrations": "dev-master",
"rwoverdijk/assetmanager": "1.*",
"components/bootstrap": "3.1.1"
},
"config": {
"component-dir": "public/lib"
}
}