-
Notifications
You must be signed in to change notification settings - Fork 19
Make v5 allow PHP 8 #17
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
Comments
I'm surprised to learn that you use both libraries together. I'm not familiar with But anyway, unfortunately we don't support past versions. And even though this particular change seems small, I am not willing to introduce a precedent by accepting this change. Instead I would suggest to push for an update of |
Thanks for your reply, I understand. Yes, |
Oh my bad, I thought we were talking about |
Hey, I recently stumbled across this and project and I am using it and loving it, thanks for the great work!
I am using it in conjunction with PHP 8 and thecodingmachine/graphqlite.
graphqlite has a requirement for webonyx/graphql-php ^v0.13.4 (https://github.com/thecodingmachine/graphqlite/blob/master/composer.json#L14).
graphql-upload v6 requires webonyx/graphql-php ^14.
Therefore currently I can only use graphql-upload v5 together with graphqlite. But graqhl-upload v5 does not support PHP 8, so it is impossible to use graphql-php in my setup. That is why I created a fork and tagged a 5.0.1 which allows PHP 8.
This is all I had to do: svnldwg-forks@57b5d83
It works, but I would love to get rid of my fork and just use the original project. Could you allow PHP 8 for v5?
The text was updated successfully, but these errors were encountered: