-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Support Doctrine Cache 2 #4623
Support Doctrine Cache 2 #4623
Conversation
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.
doctrine/cache dependency needs to be bumped at least for require-dev, but rest LGTM
To fix the build failure, we need to backport #4614. |
96c1c4b
to
3dfaaff
Compare
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.
The build is currently only loading doctrine/cache 1.x on composer install. It would be great if some of them are installing 2.x to show that the tests are also working with 2.x.
@SenseException I've tested with 2.0-dev locally. If you want v2 to show up in CI, someone would have to tag |
Let's wait for 2.0.0 to happen then? |
3dfaaff
to
bc57508
Compare
I've added small fixes to make Psalm happy, now that Doctrine Cache 2 has been tagged. |
Thanks @derrabus ! |
Summary
This PR proposes to indicate compatibility with Doctrine Cache 2.