-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
37 lines (37 loc) · 1013 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
30
31
32
33
34
35
36
37
{
"name": "harpcio/zf2-demo",
"description": "Advanced skeleton application for ZF2 with API based on 'Single Action Per Controller' standards, using PHP5.5, Doctrine2",
"license": "MIT",
"keywords": [
"framework",
"zf2",
"skeleton",
"advanced",
"demo",
"single action per controller",
"solid",
"doctrine2",
"phpunit",
"tdd",
"api",
"hexagonal structure"
],
"authors": [
{
"name": "Rafal Ksiazek",
"email": "[email protected]"
}
],
"homepage": "https://github.com/harpcio/zf2-demo",
"require": {
"php": ">=5.5.0",
"zendframework/zendframework": "2.3.3",
"doctrine/doctrine-orm-module": "0.8.0",
"dlu/dlutwbootstrap": "dev-master"
},
"require-dev": {
"zendframework/zend-developer-tools": "dev-master",
"satooshi/php-coveralls": "dev-master",
"phpunit/phpunit": "4.3.*"
}
}