Skip to content

Symfony 7 no longer implements Http\Client\HttpClient #252

Closed
@arokettu

Description

@arokettu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions