-
Notifications
You must be signed in to change notification settings - Fork 109
Allow Symfony 6 #319
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
Allow Symfony 6 #319
Conversation
e16c4d0 to
dcd60fd
Compare
|
PHP-CS-Fixer/PHP-CS-Fixer#6095 blocker |
b1d9d3e to
7f2852a
Compare
How is this a blocker? The I think you just need to fix that and it's done :) |
|
it was because sf6 was not supported along cs-fixer, I see it's merged, will update this soon |
1ae1a69 to
814675f
Compare
|
Another blocker is https://github.com/php-http/curl-client which has a PR for sf6 support |
|
For reference: |
9579943 to
09b285f
Compare
1e537cf to
5849fda
Compare
|
@norkunas Thanks for the PR. Now that the curl-client blocker is gone, can you please force push to rerun the tests? |
9e6fe86 to
9967e5a
Compare
|
green&peace. at last. @Nyholm I've currently restored to use curl client instead of mock client to lower size of changes for easier review. |
Nyholm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome. Thank you.
I think (maybe) it is a good idea to call the parent's method in the ORM test.
No description provided.