Skip to content

Commit 122d706

Browse files
authored
fix: Require php-http/message-factory (#1534)
1 parent 795d661 commit 122d706

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

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+
311
## 3.18.1
412

513
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v3.18.1.

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"php-http/discovery": "^1.15",
3131
"php-http/httplug": "^1.1|^2.0",
3232
"php-http/message": "^1.5",
33+
"php-http/message-factory": "^1.1",
3334
"psr/http-factory": "^1.0",
3435
"psr/http-factory-implementation": "^1.0",
3536
"psr/log": "^1.0|^2.0|^3.0",

0 commit comments

Comments
 (0)