-
Notifications
You must be signed in to change notification settings - Fork 42
SF 6 support #166
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
SF 6 support #166
Conversation
Co-authored-by: Andrii Dembitskyi <andrew.dembitskiy@gmail.com>
@nguyenk Any way i could help in moving this pr forward |
Hello @aszenz, please check comment here #142 (comment) I released the beta 6.0 but still no feedback. Did you test it? If it's working then I think we can merge it! |
Thanks, that's great I just upgraded the pkg in our app, we were already using symfony 6.2 using a forked pkg. I had to change the minimum stability to dev for it to work
Our ci pipeline succeeded and I tested few screens manually which use graphql, everything seems to work fine. I guess we need to release a new version for both I do see some deprecations on symfony 6 though for this pkg, I guess we could fix them after release as well.
|
+ Fix MyException to use GraphQLInterface
Pass enabled argument to service
extensions automatically now
for latest webonyx graphql pkg + Use built in sort types option + Fix for subscription error
deprecations for php 8.2
chore: Fix deprecations and tests for symfony 6, graphqlite 6 and php8.1
@aszenz merged to master, thank you again for your help |
No description provided.