-
Hello there! Do you planning to add support for Symfony 6 in the nearest future? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Of course 😊 could you give it a try and create a PR? :) I think the first step would be to enable 5.4 here https://github.com/overblog/GraphQLBundle/blob/master/.github/workflows/ci.yml#L25 If there are deprecations, you can fix them easily. Then, in another PR, you can add 6.0 support via the same way + updating the composer.json file. Not sure if you should target 0.14 branch or master, but that's up to @mcg-web |
Beta Was this translation helpful? Give feedback.
-
Thanks, I will try! We are using your bundle in our projects, and the last project is already updated to symfony 5.4, using last stable version of I`ll start from PR, related to symfony 5.4 |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
Hi,
As symfony 5.3 is already EOL, I plan to use symfony 6 for new projects (at least 5.4, but would like 6.0).
@Nikoblood do you have any update regarding symfony 6.0 (or 5.4) migration/compatibility progress?
@ruudk I saw your symfony 6 commit is already in the master branch.
e3b8342
Any plans on sf 6 support on a stable branch? I'm not sure about the roadmap.. Or do you think we should stick to sf 5.4 and use 0.13? However according to Symfony's backward compatibility promise as long as deprecations are fixed on 5.4, then 6.0 the next major will be compatible as well. @Nikoblood have you faced any issues with 0.13 on Sf 5.4?