support new versions of PHP (8.1, 8.2 and 8.3)
Closed this issue · 2 comments
khanzadimahdi commented
Is there any plan to release a new version that supports php 8.1+?
I see there was some changes, but there is no new release.
codemasher commented
Hey, it's been a while since i looked at this repo - I think the issue back then was missing Windows binaries for APCU on PHP 8.1+. I'll see what i can do.
codemasher commented
I have just tagged a new version that supports PHP 8.1 and greater. Your issue should be resolved as per my comment earlier, however you can add v5 to the requirement as well - the API has not changed:
{
"require": {
"php": "^7.4 || ^8.0",
"chillerlan/php-cache": "^4.1 || ^5.0"
}
}