Skip to content

Commit e1b87f0

Browse files
authored
Fix: Add missing vendor name (#514)
1 parent 152f9d9 commit e1b87f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ the [PHP specific](https://docs.sentry.io/platforms/php/#php-specific-options) o
101101

102102
Since SDK 2.0 uses HTTPlug to remain transport-agnostic, you need to have installed two packages that provides
103103
[`php-http/async-client-implementation`](https://packagist.org/providers/php-http/async-client-implementation)
104-
and [`http-message-implementation`](https://packagist.org/providers/psr/http-message-implementation).
104+
and [`psr/http-message-implementation`](https://packagist.org/providers/psr/http-message-implementation).
105105

106106
This bundle depends on `sentry/sdk`, which is a metapackage that already solves this need, requiring our suggested HTTP
107107
packages: the Curl client and Guzzle's message factories.

0 commit comments

Comments
 (0)