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.
1 parent 8b047a8 commit 128a0a3Copy full SHA for 128a0a3
BugsnagBundle.php
@@ -11,5 +11,5 @@ class BugsnagBundle extends Bundle
11
*
12
* @return string
13
*/
14
- const VERSION = '1.14.2';
+ const VERSION = '1.14.3';
15
}
CHANGELOG.md
@@ -1,6 +1,17 @@
1
Changelog
2
=========
3
4
+## v1.14.3 (2025-01-30)
5
+
6
+This release should ensure compatibility with PHP 8.4 by removing the usage of certain
7
+deprecated features by:
8
+- Removing type annotations from parameters defaulting to `null`. Comment type annotations will continue to be present and accurate
9
10
+### Fixes
+* Ensure PHP 8.4 compatibility
+ [#183](https://github.com/bugsnag/bugsnag-symfony/pull/183)
## 1.14.2 (2024-06-06)
16
17
### Bug Fixes
0 commit comments