jwt-auth
jwt-auth copied to clipboard
Is anyone forked and compatible with PHP 8?
It seems the author is very busy. I want to use laravel/octane for performance improvement. Is anyone forked and compatible with PHP 8?
I have the same question with you.
same question here
I did, not that I expect to maintain. because eventually the main project will be upgraded. This is how my composer looks like
{
"name": "laravel/laravel",
"type": "project",
"description": "Laravel 8.x",
"keywords": [
"framework",
"laravel"
],
"license": "MIT",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/vicenterusso/jwt-auth"
}
],
"require": {
"php": "^7.3|^8.0",
"tymon/jwt-auth": "dev-develop",
},
}
https://github.com/tymondesigns/jwt-auth/pull/2117
It works with PHP 8 normally, right now on the date of this comment I'm using the most recent stable PHP version, and works fine.
My current version is 8.0.7.