geocoder-php / GeocoderLaravel

Geocoder service provider for Laravel
http://geocoder-php.org/GeocoderLaravel/
MIT License
701 stars 102 forks source link

Installation issues with Laravel 6.1 #160

Closed JaZo closed 4 years ago

JaZo commented 4 years ago

General Information

GeocoderLaravel Version: 4.2.0 Laravel Version: 6.0, trying to install 6.1 PHP Version: 7.2 Operating System and Version: Ubuntu 18.04.3 LTS

Issue Description

I can't update to Laravel 6.1 because #156 only added support for 6.0. Laravel is following semver now, so requiring '^6.0' should be fine.

Steps to Replicate

  1. Start new Laravel 6.0 project;
  2. Install toin0u/geocoder-laravel;
  3. Run composer why-not "laravel/framework:^6.1";
  4. See "toin0u/geocoder-laravel 4.2.0 requires illuminate/support (5.0 - 6.0)".
mikebronner commented 4 years ago

Thanks for reporting this :) I'll try to get this updated today or tomorrow (I've been out of the office for two weeks, so will be catching up and updating all my packages over the next few days).