Skip to content

Commit 5d31238

Browse files
authored
Merge pull request #10 from dotkernel/issue-9
updated composer json
2 parents c85dd5b + a9770fb commit 5d31238

2 files changed

Lines changed: 12 additions & 13 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
Logging Error Handler for DotKernel
44

55
![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-errorhandler)
6+
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-errorhandler/3.2.0)
67

7-
[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-errorhandler)](https://github.com/dotkernel/dot-debugbar/issues)
8-
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-errorhandler)](https://github.com/dotkernel/dot-debugbar/network)
9-
[![GitHub stars](https://img.shields.io/github/stars/dotkernel/dot-errorhandler)](https://github.com/dotkernel/dot-debugbar/stargazers)
10-
[![GitHub license](https://img.shields.io/github/license/dotkernel/dot-errorhandler)](https://github.com/dotkernel/dot-debugbar/blob/main/LICENSE.md)
11-
12-
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-errorhandler/3.1.1)
8+
[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-errorhandler)](https://github.com/dotkernel/dot-errorhandler/issues)
9+
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-errorhandler)](https://github.com/dotkernel/dot-errorhandler/network)
10+
[![GitHub stars](https://img.shields.io/github/stars/dotkernel/dot-errorhandler)](https://github.com/dotkernel/dot-errorhandler/stargazers)
11+
[![GitHub license](https://img.shields.io/github/license/dotkernel/dot-errorhandler)](https://github.com/dotkernel/dot-errorhandler/blob/3.0/LICENSE)
1312

1413
## Adding the error handler
1514

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"service-manager"
2121
],
2222
"require": {
23-
"php": "^7.4",
24-
"dotkernel/dot-log": "^3.0",
25-
"laminas/laminas-dependency-plugin": "^2.0",
26-
"laminas/laminas-diactoros": "^2.2",
27-
"laminas/laminas-log": "^2.12",
28-
"psr/http-message": "^1.0",
29-
"psr/container": "^1.0"
23+
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
24+
"dotkernel/dot-log": "^3.2.0",
25+
"laminas/laminas-dependency-plugin": "^2.2.0",
26+
"laminas/laminas-diactoros": "^2.8.0",
27+
"laminas/laminas-log": "^2.15.0",
28+
"psr/http-message": "^1.0.1",
29+
"psr/container": "^1.1.2"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)