Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Doesn't work with Laravel 5.0 #49

Closed
sebastianmulders opened this issue Sep 14, 2014 · 3 comments
Closed

Doesn't work with Laravel 5.0 #49

sebastianmulders opened this issue Sep 14, 2014 · 3 comments

Comments

@sebastianmulders
Copy link

When using Laravel 5.0, composer throws an error when trying to install laravel-breadcrumbs. I think only composer.json needs to be updated, because laravel-breadcrumbs worked perfectly on 4.3 a few days ago.

@sebastianmulders sebastianmulders changed the title Add support for Laravel 5.0 Doesn't work with Laravel 5.0 Sep 14, 2014
@robertbakker
Copy link
Contributor

In composer.json, it should be something like:

"illuminate/support": "4.*|5.*",
"illuminate/view": "4.*|5.*"

@d13r
Copy link
Owner

d13r commented Sep 16, 2014

Fixed in dev-master (#50) but I will hold off releasing it until nearer the time Laravel 5 is released

@d13r d13r closed this as completed Sep 16, 2014
@d13r d13r mentioned this issue Oct 8, 2014
5 tasks
@d13r
Copy link
Owner

d13r commented Oct 26, 2014

Released in 2.3.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants