forked from zfcampus/zf-apigility-doctrine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.32 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
44
45
46
47
48
{
"name": "zfcampus/zf-apigility-doctrine",
"type": "library",
"description": "Doctrine for Apigility",
"keywords": [
"apigility",
"doctrine",
"api"
],
"homepage": "http://www.apigility.com/",
"license": "Apache-2.0",
"authors": [
{
"name": "Tom Anderson",
"email": "tanderson@soliantconsulting.com"
}
],
"extra": {
"branch-alias": {
"dev-master": "1.1-dev",
"dev-develop": "1.2-dev"
}
},
"require-dev": {
"doctrine/doctrine-mongo-odm-module": "^0.8.0",
"doctrine/doctrine-orm-module": "^0.8.0",
"doctrine/mongodb-odm": "~1.0.0@beta",
"phpunit/phpunit": "~4.7",
"squizlabs/php_codesniffer": "^2.3.0",
"zendframework/zend-form": "~2.4.0",
"zendframework/zend-log": "~2.4.0",
"zendframework/zend-serializer": "~2.4.0",
"zendframework/zend-test": "~2.4.0",
"zfcampus/zf-apigility-admin": "~1.1",
"zendframework/zend-i18n": "~2.4.0"
},
"require": {
"php": ">=5.4",
"phpro/zf-doctrine-hydration-module": "^0.1.5",
"zfcampus/zf-apigility": "~1.0"
},
"prefer-stable": true,
"autoload": {
"psr-4": {
"ZF\\Apigility\\Doctrine\\": "src/"
}
}
}