Skip to content

Commit 754df93

Browse files
committed
Update README.md
1 parent 3a3174a commit 754df93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Successful discovery requires the presence of a compatible implementation in the
2727
The discovery of available implementations is based on [a list of well-known libraries](https://packagist.org/providers/psr/http-client-implementation) that support the `psr/http-client-implementation` interface. These include:
2828

2929
- [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) ^7.0
30-
- [symfony/http-client](https://github.com/symfony/http-client) ^4.3 || ^5.0 || ^6.0
30+
- [symfony/http-client](https://github.com/symfony/http-client) ^4.3 | ^5.0 | ^6.0
3131
- [php-http/guzzle6-adapter](https://github.com/php-http/guzzle6-adapter) ^2.0
32-
- [php-http/guzzle7-adapter](https://github.com/php-http/guzzle7-adapter) ^0.1
32+
- [php-http/guzzle7-adapter](https://github.com/php-http/guzzle7-adapter) ^0.1 | ^1.0
3333
- [php-http/curl-client](https://github.com/php-http/curl-client) ^2.1
3434
- [kriswallsmith/buzz](https://github.com/kriswallsmith/Buzz) ^1.0
3535
- [php-http/socket-client](https://github.com/php-http/socket-client) ^2.0

0 commit comments

Comments
 (0)