-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (33 loc) · 897 Bytes
/
Copy pathcomposer.json
File metadata and controls
35 lines (33 loc) · 897 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
{
"name": "t4web/error-handler",
"description": "ZF2 Module. For handle and log errors",
"type": "library",
"license": "BSD-3-Clause",
"keywords": [
"zf2", "zf2 module", "error", "error handler"
],
"homepage": "https://github.com/t4web/ErrorHandler",
"authors": [
{
"name": "sebaks",
"email": "d.kirillof@gmail.com"
},
{
"name": "Max Gulturyan",
"email": "gulturyan@gmail.com",
"homepage": "http://about.me/maxgu"
}
],
"require": {
"php": "^5.5 || ^7.0",
"zendframework/zend-eventmanager": "^2.5",
"zendframework/zend-modulemanager": "^2.5",
"zendframework/zend-servicemanager": "^2.5",
"t4web/log": "~1.0.0"
},
"autoload": {
"psr-4": {
"T4web\\ErrorHandler\\": "src/"
}
}
}