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.
Description symfony/http-client no longer implements Http\Client\HttpClient so discovery should not return it.
How to reproduce run
<?php var_dump(\Http\Discovery\HttpClientDiscovery::find() instanceof Http\Client\HttpClient); // false
with symfony/http-client v7 installed