Skip to content

Commit b0aba8c

Browse files
authored
Allow Symfony 7.0 component (#4)
1 parent 277a6db commit b0aba8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Implementations/Psr18/Clients.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public static function candidates(): CandidatesCollection
7575

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

0 commit comments

Comments
 (0)