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
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.
GrahamCampbell commented
👎 for allowing this. People and ignore the PHP req or upgrade.
GrahamCampbell commented
I still disagree with adding PHP 8 here.