-
Notifications
You must be signed in to change notification settings - Fork 37
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
v2 breaks support of PHP<8 due to symphony dependency #100
Comments
Hi @daniel-lohse thank you for the feedback, Thank you. |
Hi there, sure! The composer install is fine, no problems there. For the moment I downgraded the version again to 1.6.0 as from >=2 we got such problems. Just wanted to raise this topic up, as others could potentially suffer the same problems here. |
thank you for the feedback. |
By the introduction of the
Symfony\Component\Cache\CacheItem
which is using a union-type declaration inside it will break the support for PHP lower than 8 already with v2.
Current Behavior
Using >=2.0 it will break with a php lower than v8 - so we are still on v7.4 and the union type of the symphony dependency breaks our code. You should update the min. stability to php
>=8.0.0
thereby https://github.com/storyblok/storyblok-php-client/blob/master/composer.json#L9The text was updated successfully, but these errors were encountered: