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.
1 parent 277a6db commit b0aba8cCopy full SHA for b0aba8c
1 file changed
src/Implementations/Psr18/Clients.php
@@ -75,7 +75,7 @@ public static function candidates(): CandidatesCollection
75
76
self::$candidates->add(CandidateEntity::create(
77
package: 'symfony/http-client',
78
- version: '^4.3 | ^5.0 | ^6.0',
+ version: '^4.3 | ^5.0 | ^6.0 | ^7.0',
79
builder: static fn (string $class = '\Symfony\Component\HttpClient\Psr18Client'): object => new $class(
80
responseFactory: Discover::httpResponseFactory(),
81
streamFactory: Discover::httpStreamFactory(),
0 commit comments