-
Notifications
You must be signed in to change notification settings - Fork 16
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
Installation issue | symfony/cache does not support 6.1 version #38
Comments
Hi, thanks for raising the issue. This is not possible yet because laravel 8 does not support symfony v6. https://github.com/laravel/framework/blob/8.x/composer.json#L36 |
Hi @taka-oyama ! It is almost working now. Currently getting the following error: Can you please check it out? Thank you. |
I'm not getting that error in my setup. |
It does seem like its incompatible with PHP 8.1, that ReadOnly is a reserved name Whom would you suggest reaching out to regarding this issue? Thank you. |
I have created a thread with gax-php |
Looking at the errors again, I think this might be something google/cloud-spanner needs to fix by renaming their class. |
I raised the issue in google-cloud-php. Hopefully they will fix it soon. |
Seems like we're finally getting some progress.
Unfortunately there is a problem building 3.20.0 (protocolbuffers/protobuf#9727) in pecl so we'll have to wait until that's resolved as well. |
Status update. Protobuf v21.0 was released with the fix for PHP 8.1. Now all we need is a fix on google-cloud-php (googleapis/google-cloud-php#5129) side and we would be able to update to PHP 8.1 which Symfony 6.1 requires. |
Seems like googleapis/google-cloud-php#5129 was fixed in So running Please check it out. |
I will close this for now since my environment is working under PHP 8.1 / Symfony 6.1. Please reopen if you continue to encounter errors. |
Hello!
Your package does not support cache version 6.1, could you please bump it up in composer.json? Thank you!
The text was updated successfully, but these errors were encountered: