-
Notifications
You must be signed in to change notification settings - Fork 196
feat: add TypedItem to allow for psr/cache:3 #364
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
Conversation
596ec7e to
7365613
Compare
noahdietz
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.
Reviewed from my phone lol
noahdietz
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.
I will Approve, but perhaps double check with @dwsupplee that the BC is OK? Feel like I'm still learning a bit in these repos.
dwsupplee
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.
I agree the surface for the BC break is small enough to warrant the support here 👍 , LGTM with a few minor notes.
|
@dwsupplee all done here! |
|
Alleluia 🥳 Thank you to all participants. |
|
This is now released in v1.20.0 |
Supports
psr/cache:3.0and addresses #363This PR raises the minimum version supported to PHP 7.1 and adds return types to
SysvCacheItemPoolandMemoryCacheItemPoolThis change will break BC for anyone extending
SysvCacheItemPool, but I imagine this is a very unlikely scenario.