We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9775c8e + 3298cf6 commit 488c100Copy full SHA for 488c100
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+## [3.15.2] - 2023-08-06
10
+### Changed
11
+- Update honeybadger-php dependency to latest version
12
+
13
## [3.15.1] - 2023-08-04
14
### Fixed
15
- Fix LogHandler creation by passing constructor arguments
composer.json
@@ -22,7 +22,7 @@
22
],
23
"require": {
24
"php": "^7.2|^8.0",
25
- "honeybadger-io/honeybadger-php": "^2.8.2",
+ "honeybadger-io/honeybadger-php": "^2.14.1",
26
"sixlive/dotenv-editor": "^1.1|^2.0",
27
"illuminate/console": "^7.0|^8.0|^9.0|^10.0",
28
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
0 commit comments