Skip to content

Commit

Permalink
Merge pull request #28 from dotkernel/issue-27
Browse files Browse the repository at this point in the history
issue-27
  • Loading branch information
arhimede authored Dec 6, 2023
2 parents 798d64b + c7e4043 commit 8b48dae
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
php:
- "8.1"
- "8.2"
- "8.3"

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
php:
- "8.1"
- "8.2"
- "8.3"

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
php:
- "8.1"
- "8.2"
- "8.3"

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
php:
- "8.1"
- "8.2"
- "8.3"

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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.3.0)
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-errorhandler/3.3.2)

[![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)
Expand Down
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"dotkernel/dot-log": "^3.3.0",
"laminas/laminas-diactoros": "^2.25.2",
"laminas/laminas-stratigility": "^3.10.0",
"mezzio/mezzio": "^3.17.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"dotkernel/dot-log": "^3.4.4",
"laminas/laminas-diactoros": "^3.3.0",
"laminas/laminas-stratigility": "^3.11.0",
"mezzio/mezzio": "^3.18.0",
"psr/http-message": "^1.0 || ^2.0",
"psr/http-server-middleware": "^1.0.2",
"psr/container": "^1.1.2"
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.5",
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^10.2.3",
"vimeo/psalm": "^5.13"
"laminas/laminas-coding-standard": "^2.5.0",
"mikey179/vfsstream": "^1.6.11",
"phpunit/phpunit": "^10.4.2",
"vimeo/psalm": "^5.16.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8b48dae

Please sign in to comment.