From 7b87b4563a6439649006c25c6fc9825fac230ab0 Mon Sep 17 00:00:00 2001 From: Igor Santos <532299+igorsantos07@users.noreply.github.com> Date: Fri, 29 Dec 2023 20:35:54 -0300 Subject: [PATCH] Fix README with the correct list of PSR-17 packages According to the source, Mailgun uses `Discovery\Psr17FactoryDiscovery` and `Psr18ClientDiscovery`; thus, docs should like to factory and not message implementations. Related to #889. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8731e39..250cf835 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ curl -sS https://getcomposer.org/installer | php The Mailgun API Client is not hard coupled to Guzzle, Buzz or any other library that sends HTTP messages. Instead, it uses the [PSR-18](https://www.php-fig.org/psr/psr-18/) client abstraction. This will give you the flexibility to choose what -[PSR-7 implementation](https://packagist.org/providers/psr/http-message-implementation) +[PSR-17 implementation](https://packagist.org/providers/psr/http-factory-implementation) and [HTTP client](https://packagist.org/providers/psr/http-client-implementation) you want to use.