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

Support Laravel 11 #300

Open
wants to merge 1 commit into
base: 2.x
Choose a base branch
from
Open

Support Laravel 11 #300

wants to merge 1 commit into from

Conversation

bjhijmans
Copy link

Closes #298

@bjhijmans bjhijmans marked this pull request as ready for review April 3, 2024 15:26
@igoooor
Copy link

igoooor commented Apr 11, 2024

can we please get a merge here? is this package still maintained? @joedixon

@martinsjek
Copy link

@joedixon I'm sorry to tag you here, but is it possible to get this merged?

@bjhijmans
Copy link
Author

While you are waiting for this to get reviewed (which took months last time), you can tell composer to use a fork on github.

Use your own fork for this. The easiest way is to make a fork of my fork. I won't guarantee mine will stay up, and I may use it for custom functionality in the future.

Add this to repositories in your composer.json:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/<your fork>/laravel-translation.git"
        }
    ]
}

and pin your version to the branch name:

{
    "require": {
        "jorijn/laravel-security-checker": "2.x",
    }
}

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

Successfully merging this pull request may close these issues.

Laravel 11 Support
7 participants