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

Support for PHP8 #80

Closed
tmp-hallenser opened this issue Nov 29, 2020 · 1 comment
Closed

Support for PHP8 #80

tmp-hallenser opened this issue Nov 29, 2020 · 1 comment

Comments

@tmp-hallenser
Copy link

PHP8 has just been released. According to composer.json, this repo requires "php": "^7.1". Any plans to make it work with PHP8?

@dbu
Copy link
Contributor

dbu commented Nov 30, 2020

guzzle 6 does not work with php 8, so this would not help (they used the >7.1 version constraint, but that was a mistake).

for php 8, you should use guzzle 7 (which implements psr-18 natively) or if you need the httplug async interface, use guzzle7-adapter with guzzle 7.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants