php-http/guzzle6-adapter

PHP 8 support

Closed this issue · 6 comments

stof commented

Description

It would be great if this adapter could support PHP 8. Guzzle 6 allows it in composer.json

There was an earlier attempt in #76.

stof commented

I'm closing this as guzzle7-adapter supports PHP 8 and after investigation, the only package forcing me to use guzzle 6 rather than guzzle 7 in my project was this guzzle6-adapter.

dbu commented

also, guzzle 6 has a bad composer.json with >= xy instead of defining its tested range. and it actually does not work on php 8 afaik.

👎 for allowing this. People and ignore the PHP req or upgrade.

dbu commented

see #83 and #86 for further discussion

I still disagree with adding PHP 8 here.