Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is anyone forked and compatible with PHP 8? #2124

Open
chuoke opened this issue May 13, 2021 · 5 comments
Open

Is anyone forked and compatible with PHP 8? #2124

chuoke opened this issue May 13, 2021 · 5 comments

Comments

@chuoke
Copy link

chuoke commented May 13, 2021

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

@badazhou
Copy link

I have the same question with you.

@ye7iaserag
Copy link

same question here

@vicenterusso
Copy link

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

@BenceSzalai
Copy link

#2117

@Messhias
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants