Skip to content

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

@musilondrej
Copy link

@joedixon Hi, could you please take a look at this pull request? It would be great to merge it if everything looks good. Thanks a lot! 🙏

@ghassen-soua-logient
Copy link

hello @joedixon can you approve this PR plz, thank you for your time

@AZoumis
Copy link

AZoumis commented Jun 18, 2025

@joedixon Please consider merging, and consider also supporting laravel 12.

@meyer59
Copy link

meyer59 commented Aug 8, 2025

Hey @joedixon can it be merged please?

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