Torann / laravel-geoip

Determine the geographical location of website visitors based on their IP addresses.
http://lyften.com/projects/laravel-geoip
BSD 2-Clause "Simplified" License
2.07k stars 372 forks source link

Add support for Laravel 10 #223

Closed SamuelNitsche closed 1 year ago

SamuelNitsche commented 1 year ago

This PR adds support for Laravel 10.

hosamalzagh commented 1 year ago

waiting

acidjazz commented 1 year ago

@Torann @dotpack @dwightwatson :) :) :)

dwightwatson commented 1 year ago

I'm not a maintainer on this repo, so can't help with this one I'm afraid.

Would be happy to assist if the owner is open to it.

acidjazz commented 1 year ago

same - @Torann im happy to assist as well w/ @dwightwatson

plakhin commented 1 year ago

@SamuelNitsche, Laravel 10 requires "phpunit/phpunit": "^10.0",. Please update the PR.

plakhin commented 1 year ago

@Torann any hopes this will be merged soon?

dwightwatson commented 1 year ago

Just to be clear Laravel 10 supports PHPUnit 9 and 10, but also the dev dependencies of a package aren't relevant & won't prevent this package from being installed into a project.

alies-dev commented 1 year ago

@gtko Projects on we constantly have issues with this package when we update Laravel or PHP, so we decided to fork it and use other another namespace. We keep using SemVer 2.0 and properly work with PRs, feel free to switch to that version and contribute to it: https://github.com/InteractionDesignFoundation/laravel-geoip

The switch is simple: just update namespaces and vendor in composer.json

jackkitley commented 1 year ago

Any updates on this being merged?