-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcomposer.json
36 lines (36 loc) · 1.3 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
{
"name": "continuousdemo/demo-apigility",
"description": "Apigility-demo",
"require": {
"php": ">=5.6",
"zendframework/zendframework": "~2.4",
"zfcampus/zf-apigility": "~1.1",
"zfcampus/zf-apigility-documentation": "^1.0.5",
"zfcampus/zf-development-mode": "~2.0",
"phing/phing": "~2.14",
"robmorgan/phinx": "~0.6.0",
"continuousphp/aws-sdk-phing": "~0.1",
"rwoverdijk/assetmanager": "^1.7"
},
"require-dev": {
"zendframework/zftool": "dev-master",
"zendframework/zend-developer-tools": "~1.0.0",
"zfcampus/zf-apigility-admin": "^1.2.1",
"zfcampus/zf-deploy": "~1.0",
"phpunit/phpunit": "^4.6",
"behat/behat": "~3.0",
"guzzlehttp/guzzle": "~5.0"
},
"suggest": {
"zfcampus/zf-apigility-doctrine": "zfcampus/zf-apigility-doctrine ~1.0 to create Doctrine-Connected REST services",
"zfcampus/zf-http-cache": "zfcampus/zf-http-cache ~1.0 to add HTTP caching to your API",
"zfr/zfr-cors": "zfr/zfr-cors ~1.2 to add CORS support to your API"
},
"autoload": {
"psr-0": {
"Application\\": "module/Application/src",
"PsApiBase\\": "module/PsApiBase/src",
"Example\\": "module/Example/src"
}
}
}