|
1 | 1 | { |
2 | | - "name": "dotkernel/dot-errorhandler", |
3 | | - "description": "Logging Error Handler for Middleware Applications", |
4 | | - "type": "library", |
5 | | - "require": { |
6 | | - "zendframework/zend-expressive": "^3.0", |
7 | | - "zendframework/zend-log": "^2.10", |
8 | | - "dotkernel/dot-log": "^1.0", |
9 | | - "psr/http-message": "^1.0", |
10 | | - "psr/container": "^1.0" |
11 | | - }, |
12 | | - "license": "MIT", |
13 | | - "authors": [ |
14 | | - { |
15 | | - "name": "DotKernel Team", |
16 | | - "email": "team@dotkernel.com" |
17 | | - } |
18 | | - ], |
19 | | - "autoload": { |
20 | | - "psr-4": { |
21 | | - "Dot\\ErrorHandler\\": "src/" |
22 | | - } |
23 | | - }, |
24 | | - "minimum-stability": "stable" |
| 2 | + "name": "dotkernel/dot-errorhandler", |
| 3 | + "description": "Logging Error Handler for Middleware Applications", |
| 4 | + "type": "library", |
| 5 | + "require": { |
| 6 | + "mezzio/mezzio": "^3.0", |
| 7 | + "laminas/laminas-log": "^2.10", |
| 8 | + "dotkernel/dot-log": "^2.0", |
| 9 | + "psr/http-message": "^1.0", |
| 10 | + "psr/container": "^1.0", |
| 11 | + "laminas/laminas-dependency-plugin": "^1.0" |
| 12 | + }, |
| 13 | + "license": "MIT", |
| 14 | + "authors": [ |
| 15 | + { |
| 16 | + "name": "DotKernel Team", |
| 17 | + "email": "team@dotkernel.com" |
| 18 | + } |
| 19 | + ], |
| 20 | + "autoload": { |
| 21 | + "psr-4": { |
| 22 | + "Dot\\ErrorHandler\\": "src/" |
| 23 | + } |
| 24 | + }, |
| 25 | + "minimum-stability": "stable" |
25 | 26 | } |
0 commit comments