Closed
Description
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
- Start new Laravel 6.0 project;
- Install toin0u/geocoder-laravel;
- Run
composer why-not "laravel/framework:^6.1"
; - See "toin0u/geocoder-laravel 4.2.0 requires illuminate/support (5.0 - 6.0)".