-
Notifications
You must be signed in to change notification settings - Fork 106
It does not work with Laravel 5.1 #31
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
Comments
Okay it seems like you have to give packagist a refresh, because in https://packagist.org/packages/toin0u/geocoder-laravel#dev-master Laravel 5.0.* is set as requirement with the last update from 2015-04-16 07:50 UTC which is wrong. |
Getting the same thing. Need the dependencies updated to 5.0 + |
+1. Package needs updating on Packagist, as it’s still reporting illuminate/support 5.0.* is required, therefore I can’t install it in my 5.1.* Laravel application. |
waiting for the update at ~L5.1 |
+1 |
@toin0u @willdurand Can one of you guys take a look at this when you get a couple of minutes spare, please? |
+1 |
What’s the hold up with this? |
None of the main contributors does trigger a refresh on packagist. This is very annoying. |
+1 |
I don't have admin rights on Packagist. @toin0u is on vacations right now, so let's wait a bit. |
Hey folks I'm on a tight timeline for a project and I needed this package so I put together a work around. I'll include it here hoping to help others if they absolutely need it since the git master branch already has the package dependencies updated. add this above your require in your composer.json
This will pull from github instead once you have that placed you can then add the following as the package in require
That will pull the master branch from git and everything works okey dokey to bypass the composer package dependency. I ended up going down another route with everything for now and will probably circle back to using this later on this week but the few things i tested seemed to work. Just remember to revert back to an appropriate version from packagist and remove the repository when everything is all updated. |
Thanks for your reply @pbean. This is a good temporary workaround for sure, but I wanna wait for @toin0u being back from holidays. @willdurand Do you know when he is back? |
Ok folks, I've released 0.6.0. Let me know if it works for you. |
@willdurand The issue isn’t the version of GeocoderLaravel. The issue is it’s not been updated on Packagist: https://packagist.org/packages/toin0u/geocoder-laravel If you look, it says it requires version 5.0.* of illuminate/support, which means it’s locked to Laravel version 5.0.* only. |
Ok. It should be better now. |
Looks good on packagist now, thanks a lot! |
W00t! |
Would you please update the dependencies to Laravel ~5.1? Thanks dude.
Getting:
The text was updated successfully, but these errors were encountered: