Skip to content

Commit 488c100

Browse files
authored
Merge pull request #109 from honeybadger-io/update-honeybadger-php-to-latest
Update to latest honeybadger-php
2 parents 9775c8e + 3298cf6 commit 488c100

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [3.15.2] - 2023-08-06
10+
### Changed
11+
- Update honeybadger-php dependency to latest version
12+
913
## [3.15.1] - 2023-08-04
1014
### Fixed
1115
- Fix LogHandler creation by passing constructor arguments

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"require": {
2424
"php": "^7.2|^8.0",
25-
"honeybadger-io/honeybadger-php": "^2.8.2",
25+
"honeybadger-io/honeybadger-php": "^2.14.1",
2626
"sixlive/dotenv-editor": "^1.1|^2.0",
2727
"illuminate/console": "^7.0|^8.0|^9.0|^10.0",
2828
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",

0 commit comments

Comments
 (0)