File tree Expand file tree Collapse file tree
src/Implementations/Psr18 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public static function candidates(): CandidatesCollection
5656
5757 self ::$ candidates ->add (CandidateEntity::create (
5858 package: 'symfony/http-client ' ,
59- version: '^4.3 || ^5.0 | | ^6.0 ' ,
59+ version: '^4.3 | ^5.0 | ^6.0 ' ,
6060 builder: static fn (string $ class = '\Symfony\Component\HttpClient\Psr18Client ' ): object => new $ class (
6161 responseFactory: Discover::httpResponseFactory (),
6262 streamFactory: Discover::httpStreamFactory (),
@@ -71,7 +71,7 @@ public static function candidates(): CandidatesCollection
7171
7272 self ::$ candidates ->add (CandidateEntity::create (
7373 package: 'php-http/guzzle7-adapter ' ,
74- version: '^0.1 ' ,
74+ version: '^0.1 | ^1.0 ' ,
7575 builder: static fn (string $ class = '\Http\Adapter\Guzzle7\Client ' ): object => new $ class (),
7676 ));
7777
You can’t perform that action at this time.
0 commit comments