Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow PHP 8 #32

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Allow PHP 8 #32

wants to merge 5 commits into from

Conversation

tomkyle
Copy link

@tomkyle tomkyle commented May 26, 2021

This resolves #31 . Contrary to the initial issue description, using Nyholm's PSR-7 factory (as proposed in my fork) is not longer needed as Guzzle 1.7+ has added support for PHP 8 as well.

@tomkyle
Copy link
Author

tomkyle commented May 26, 2021

Travis succeeds with PHP 7.2 and PHP 7.4; seems it has issues with the test config for PHP 7.3. Can someone have a look? https://travis-ci.com/github/monolog-http/monolog-http/jobs/508155473

@borys-p
Copy link

borys-p commented May 12, 2022

@tomkyle looks like a similar issue to https://stackoverflow.com/a/65198478 - can you check if that fixes the build?

@borys-p
Copy link

borys-p commented May 12, 2022

It would be great to include PHP 8.1 at the same time.

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

Successfully merging this pull request may close these issues.

Add PHP 8 support?
2 participants