mailgun / mailgun-php

Mailgun's Official SDK for PHP
http://www.mailgun.com
MIT License
1.09k stars 314 forks source link

Fix README with the correct list of PSR-17 packages #890

Closed igorsantos07 closed 8 months ago

igorsantos07 commented 8 months ago

According to the source, Mailgun uses Discovery\Psr17FactoryDiscovery and Psr18ClientDiscovery; thus, docs should like to factory and not message implementations.

Edit: just noticed that the mysterious package forced in my dependencies is indeed a provider of psr/http-factory-implementation, so it looks like my guesses for this commit seem correct :joy:

Related to #889.