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

PHP 8.1 support #19

Closed boesing closed 3 years ago

boesing commented 3 years ago
Q A
New Feature yes

Description

Initial PHP 8.1 support.

Ocramius commented 3 years ago

Failure seems to be related to a vendor/ dir dependency (symfony PHP ship 🤷 )

boesing commented 3 years ago

I've bumped psalm to get rid of the symfony polyfill error. I've added some more errors to the baseline for now as I dont want to fix these as of now. I hope thats fine.