-
Notifications
You must be signed in to change notification settings - Fork 106
Trial laravel five one #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Tweak to allow Laravel 5.1.
Allow range of Laravel versions (5.0 and 5.1)
cant update to laravel 5.1 until this is pulled in |
I’m in the same boat. I have a Laravel 5.1 app I want to use this in, but this package’s requirements are locked to 5.0.x |
In the meantime folks, you're welcome to use my Fork. Apologies if you already know: In composer.json, add "repositories": [
{
"type": "vcs",
"url": "https://github.com/konsulting/GeocoderLaravel"
}
] and change the requirement "require" :
...
"toin0u/geocoder-laravel": "dev-trialLaravelFiveOne",
... |
Thanks @Keoghan! I didn't realize that was possible. |
No problem @mattsears18 - comes in handy once in a while! |
What's the progress on this? |
Should be fixed in 0.6.0. Thanks! |
Hi -
I have been trialling Laravel 5.1 - and also using your package - this is a simple update to composer.json to enable it to be installed. All appears fine so far within my relatively limited use-case.