jamesmills / laravel-timezone

Enable user Timezones in your application.
MIT License
675 stars 89 forks source link

update torann/geoip to v3 #54

Closed aavinseth closed 3 years ago

aavinseth commented 3 years ago

image

wrabit commented 3 years ago

hitting this also

themasterpage commented 3 years ago

Need as well, any plans for this?

keenminded commented 3 years ago

@aavinseth @wrabit @themasterpage if you are still having trouble with this, you can use my fork until this package is updated.

In your composer.json add:

"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/keenminded/laravel-timezone"
    }
],

In require section change or add:

"jamesmills/laravel-timezone": "dev-forked",

Then run composer install or update. This uses torann/geoip v3, and also supports PHP8.

Also referencing #57.

jamesmills commented 3 years ago

Hi all,

Sorry to be late to the party.

Just to be clear, we're having issue because we need to update torann/geoip to the latest version?

@keenminded if you have fixed this could you do a PR with your fixes to the package and I will merge them in.

Thanks all

keenminded commented 3 years ago

Hi @jamesmills,

Just submitted the PR. Please let me know if anything needs to be updated. Thanks!