mezzio / mezzio-session-cache

PSR-6 session persistence adapter for mezzio-session.
https://docs.mezzio.dev/mezzio-session-cache/
BSD 3-Clause "New" or "Revised" License
6 stars 10 forks source link

Update PSR interfaces to support their latest versions #21

Closed BusterNeece closed 2 years ago

BusterNeece commented 2 years ago

Re-submitting PR with updated composer.lock and proper sign-off on commits.

Several new libraries out there are requiring newer versions of the PSR interface dependencies than the ones supported here, but since this library isn't actually implementing any of those interfaces but rather consuming them, it should be perfectly fine to just expand the interface versions supported without any further issues.

BusterNeece commented 2 years ago

Sorry folks, this is why I don't really do PRs that often, because I'm not familiar enough with each project's practices to feel comfortable not messing something up.

Will update accordingly.

Ocramius commented 2 years ago

It's fine, that's what reviews are for

BusterNeece commented 2 years ago

Updated; basically, the composer.lock shouldn't have changed much if at all since the minimum version here is 7.3 and that corresponds to the lowest of the PSR interfaces.