Skip to content

Commit

Permalink
Allow Symfony 7.0 component (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMikes authored Mar 4, 2024
1 parent 277a6db commit b0aba8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Implementations/Psr18/Clients.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public static function candidates(): CandidatesCollection

self::$candidates->add(CandidateEntity::create(
package: 'symfony/http-client',
version: '^4.3 | ^5.0 | ^6.0',
version: '^4.3 | ^5.0 | ^6.0 | ^7.0',
builder: static fn (string $class = '\Symfony\Component\HttpClient\Psr18Client'): object => new $class(
responseFactory: Discover::httpResponseFactory(),
streamFactory: Discover::httpStreamFactory(),
Expand Down

0 comments on commit b0aba8c

Please sign in to comment.