tedious / Stash

The place to keep your cache.
http://www.stashphp.com
BSD 3-Clause "New" or "Revised" License
960 stars 133 forks source link

Update to psr/cache 3.0 #423

Closed KorvinSzanto closed 7 months ago

KorvinSzanto commented 7 months ago

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

KorvinSzanto commented 7 months ago

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

tedivm commented 7 months ago

Updated the notes- thanks for the PR!