-
Notifications
You must be signed in to change notification settings - Fork 115
Install on Laravel 5.8? #153
Comments
Looks like composer isn't seeing the latest release that Bogardo made yesterday... Not sure why. Maybe it just needs time to update its repository? |
idk, this is very weird.... composer.json seems OK in the repo. So why isn't it working? |
The problem isn't with the composer.json... Composer itself doesn't see the newest release. Bogardo's latest release is version 5.1.0, but Composer only sees up to 5.0.4. If you run But if you need it now, you can force Composer to search Github for the release by adding this to the end of your composer.json:
And then add this to the "require" section of the json: Then run |
@Fab-Miami can you try this and see if it works for you? It did for me. #156 |
Is it possible to install this package on 5.8?
Carbon 2.x is not accepted....
If somebody managed to install on 5.8, please explain me how to do that.
Thanks
FAB
The text was updated successfully, but these errors were encountered: