-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (37 loc) · 1014 Bytes
/
Copy pathcomposer.json
File metadata and controls
38 lines (37 loc) · 1014 Bytes
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
{
"name": "t4web/profiler",
"description": "ZF2 Module. Allow profiling and log slow request",
"type": "library",
"license": "BSD-3-Clause",
"keywords": [
"zf2",
"module",
"zf2 module",
"profiler",
"slow log"
],
"homepage": "https://github.com/t4web/Profiler",
"authors": [
{
"name": "maxgu",
"email": "gulturyan@gmail.com"
}
],
"require": {
"php": ">=5.5",
"zendframework/zend-db": "^2.5",
"zendframework/zend-console": "^2.5",
"zendframework/zend-eventmanager": "~2.5.0",
"zendframework/zend-modulemanager": "~2.5.0",
"zendframework/zend-mvc": "~2.5.0",
"zendframework/zend-http": "~2.5.0",
"zendframework/zend-servicemanager": "~2.5.0",
"zendframework/zend-view": "~2.5.0",
"t4web/default-service": "^0.1.0"
},
"autoload": {
"psr-4": {
"T4web\\Profiler\\": "src/"
}
}
}