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 795d661 commit 122d706Copy full SHA for 122d706
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# CHANGELOG
2
3
+## 3.18.2
4
+
5
+The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v3.18.2.
6
7
+### Bug Fixes
8
9
+- Require php-http/message-factory [(#1534)](https://github.com/getsentry/sentry-php/pull/1534)
10
11
## 3.18.1
12
13
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v3.18.1.
composer.json
@@ -30,6 +30,7 @@
30
"php-http/discovery": "^1.15",
31
"php-http/httplug": "^1.1|^2.0",
32
"php-http/message": "^1.5",
33
+ "php-http/message-factory": "^1.1",
34
"psr/http-factory": "^1.0",
35
"psr/http-factory-implementation": "^1.0",
36
"psr/log": "^1.0|^2.0|^3.0",
0 commit comments