-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.11 KB
/
composer.json
File metadata and controls
41 lines (41 loc) · 1.11 KB
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
{
"name": "xelax90/xelax-admin",
"version": "dev-master",
"description": "Simple toolset for admin backend using zfc-admin",
"type": "module",
"license": "GPL-2.0",
"homepage": "https://github.com/xelax90/xelaxAdmin",
"keywords": [
"zf2",
"zfc-admin",
"bjyauthorize"
],
"authors": [
{
"name": "xelax",
"email": "schurix@gmx.de",
"homepage" : "https://github.com/xelax90"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.4",
"zendframework/zendframework": "~2.3"
},
"require-dev": {
"phpunit/phpunit": "~3.7",
"doctrine/common": ">=2.3,<2.5-dev",
"doctrine/doctrine-module" : "dev-master",
"doctrine/doctrine-orm-module": "dev-master",
"zendframework/zend-developer-tools": "0.*",
"zf-commons/zfc-user": "0.*"
},
"suggests": {
"zendframework/zend-developer-tools": "Fancy thing"
},
"autoload": {
"psr-0": {
"XelaxAdmin\\": "src/"
}
}
}