jwt-auth icon indicating copy to clipboard operation
jwt-auth copied to clipboard

Is anyone forked and compatible with PHP 8?

Open chuoke opened this issue 3 years ago • 5 comments

It seems the author is very busy. I want to use laravel/octane for performance improvement. Is anyone forked and compatible with PHP 8?

chuoke avatar May 13 '21 02:05 chuoke

I have the same question with you.

badazhou avatar May 17 '21 06:05 badazhou

same question here

ye7iaserag avatar May 18 '21 11:05 ye7iaserag

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",
    },
}

vicenterusso avatar May 19 '21 01:05 vicenterusso

https://github.com/tymondesigns/jwt-auth/pull/2117

BenceSzalai avatar May 25 '21 08:05 BenceSzalai

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.

Messhias avatar Jun 21 '21 11:06 Messhias