-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
does not support php 8 #107
Comments
It looks like the official ES client doesn't support PHP 8.0 yet (see elastic/elasticsearch-php#1084 and elastic/elasticsearch-php#1063). When the official client adds support, I will update this package! |
It looks like the client is already supporting PHP 8.0. |
It will be supported in their 7.11.0 release, but currently that's still unreleased. Version 7.10.0 does not yet support PHP 8: https://github.com/elastic/elasticsearch-php/blob/v7.10.0/composer.json |
It was released: https://github.com/elastic/elasticsearch-php/blob/7.11/composer.json
|
@linslin I don't think so. You're looking at a |
@cviebrock 7.11 is released and support PHP 8 |
updated my composer.json file to
but when I do composer update. I'm getting the below error in the command line
Can you have a look at this issue a I really want to update my PHP version to PHP 8.
The text was updated successfully, but these errors were encountered: