-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 917 Bytes
/
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
{
"name": "{PROJECT_NAME}",
"description": "{PROJECT_DESCRIPTION}",
"authors": [
{
"name": "Gaurav Malhotra",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.5",
"zendframework/zendframework": "2.4.2",
"zf-commons/zfc-rbac": "2.4.1",
"doctrine/orm": "2.4.7",
"doctrine/doctrine-orm-module": "0.9.0",
"doctrine/data-fixtures": "dev-master",
"phpunit/phpunit": "4.4.*",
"phpunit/phpunit-mock-objects": "2.3.*",
"phpunit/phpcov": "2.0.*",
"whatthejeff/nyancat-phpunit-resultprinter": "~1.2",
"ocramius/ocra-service-manager": "~2.1",
"neilime/zf2-twb-bundle": "2.*@stable"
},
"require-dev": {
"zendframework/zftool": "dev-master",
"zendframework/zend-developer-tools": "dev-master"
}
}