Closed asbiin closed 4 years ago
For other guys who want to use this library for the Laravel 8 project - you may follow a temporary composer method while the maintainer away:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/asbiin/laravel-language-detector.git"
}
],
Then simply write composer require vluzrmos/language-detector:dev-update-laravel8
.
You will use the forked branch. After merge just remove the custom repository part and switch to the right version/branch.
Thanks @asbiin , I released a new tag version v2.2
@vluzrmos hello! Could you review a PR, please?