Skip to content

url fix for php8 requirement

Compare
Choose a tag to compare
@acidjazz acidjazz released this 20 Dec 00:30
· 36 commits to master since this release

you will temporarily need to add this to your composer.json

  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/thadbryson/laravel-geoip.git"
    }
  ],