Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit d1fe47c

Browse files
authored
Merge pull request #78 from php-http/php-8-note
note that guzzle6 is not compatible with PHP 8
2 parents bd7b405 + daa6fbd commit d1fe47c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
**Guzzle 6 HTTP Adapter.**
1111

12+
**Note**: Guzzle 6 is not compatible with PHP 8. If you need a PSR-18 client, use PSR-18 and Guzzle 7 which natively implements PSR-18. If you need the HTTPlug interfaces for asynchronous calls or for a system that still requires HTTPlug, use the [guzzle7-adapter](https://github.com/php-http/guzzle7-adapter/) instead of this repository.
1213

1314
## Install
1415

0 commit comments

Comments
 (0)