Skip to content

Commit

Permalink
Merge pull request #10 from dotkernel/issue-9
Browse files Browse the repository at this point in the history
updated composer json
  • Loading branch information
arhimede authored Mar 22, 2022
2 parents c85dd5b + a9770fb commit 5d31238
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
Logging Error Handler for DotKernel

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

[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-errorhandler)](https://github.com/dotkernel/dot-debugbar/issues)
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-errorhandler)](https://github.com/dotkernel/dot-debugbar/network)
[![GitHub stars](https://img.shields.io/github/stars/dotkernel/dot-errorhandler)](https://github.com/dotkernel/dot-debugbar/stargazers)
[![GitHub license](https://img.shields.io/github/license/dotkernel/dot-errorhandler)](https://github.com/dotkernel/dot-debugbar/blob/main/LICENSE.md)

![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-errorhandler/3.1.1)
[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-errorhandler)](https://github.com/dotkernel/dot-errorhandler/issues)
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-errorhandler)](https://github.com/dotkernel/dot-errorhandler/network)
[![GitHub stars](https://img.shields.io/github/stars/dotkernel/dot-errorhandler)](https://github.com/dotkernel/dot-errorhandler/stargazers)
[![GitHub license](https://img.shields.io/github/license/dotkernel/dot-errorhandler)](https://github.com/dotkernel/dot-errorhandler/blob/3.0/LICENSE)

## Adding the error handler

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"service-manager"
],
"require": {
"php": "^7.4",
"dotkernel/dot-log": "^3.0",
"laminas/laminas-dependency-plugin": "^2.0",
"laminas/laminas-diactoros": "^2.2",
"laminas/laminas-log": "^2.12",
"psr/http-message": "^1.0",
"psr/container": "^1.0"
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
"dotkernel/dot-log": "^3.2.0",
"laminas/laminas-dependency-plugin": "^2.2.0",
"laminas/laminas-diactoros": "^2.8.0",
"laminas/laminas-log": "^2.15.0",
"psr/http-message": "^1.0.1",
"psr/container": "^1.1.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5d31238

Please sign in to comment.