forked from atlanticbt/auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 969 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
{
"name": "abt/auth",
"description": "ZF2 authorization configuration and setup.",
"type": "library",
"license": "MIT",
"keywords": ["doctrine","module","zf2","acl"],
"authors": [
{"name": "John Foushee", "email": "[email protected]", "homepage": "http://johnfoushee.com"}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.23",
"zendframework/zend-servicemanager": ">=2.2.7",
"doctrine/doctrine-module": ">=0.8.0",
"doctrine/doctrine-orm-module": ">=0.8.0",
"zf-commons/zfc-user-doctrine-orm": ">=0.1",
"abt/common": "dev-master",
"abt/form": "dev-master",
"ramsey/uuid": "3.*",
"slm/mail": "1.5.0"
},
"require-dev": {
"phpunit/phpunit": "~3.7",
"squizlabs/php_codesniffer": "1.5.*",
"zendframework/zendframework": ">=2.2.7",
"slm/mail": "1.5.0"
},
"autoload": {
"psr-0": {
"FzyAuth\\": "module/"
}
}
}