Skip to content

Commit f868ebd

Browse files
committed
Update Clients.php
1 parent 754df93 commit f868ebd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Implementations/Psr18/Clients.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)