Skip to content
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

Update to psr/cache 3.0 #423

Merged
merged 3 commits into from
Jan 30, 2024
Merged

Conversation

KorvinSzanto
Copy link
Contributor

This PR updates the codebase to support psr/cache 3.0 and 2.0 (2.0 because 3.0 has narrower types). It makes a couple slight changes to the interfaces and implementations, probably most notable is that item::set will now throw an exception rather than return false if it's called when the item has no key set.

Resolves #420

@tedivm tedivm merged commit 6f66c55 into tedious:main Jan 30, 2024
3 checks passed
@KorvinSzanto
Copy link
Contributor Author

@tedivm Probably worth mentioning the PHP 8 minimum version in the release notes

@KorvinSzanto KorvinSzanto deleted the feature/cache-2-and-3 branch January 30, 2024 23:03
@tedivm
Copy link
Member

tedivm commented Jan 31, 2024

Updated the notes- thanks for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update psr/cache to v3.0.0
2 participants