toin0u / Geotools-laravel

Geo-related tools PHP library for Laravel 4 & 5
MIT License
240 stars 37 forks source link

Laravel 5.1 Support #8

Closed CWSpear closed 9 years ago

CWSpear commented 9 years ago

Getting issues with illuminate/support. I believe it is the "illuminate/support" : "5.0.*", require statement that makes this unable to install on Laravel 5.1, which needs laravel/support >= 5.1...?

CWSpear commented 9 years ago

Er, nevermind, I deleted that last comment. I forgot to delete my composer.lock. Still having issues installing this alongside Laravel 5.1.