chris-ware / nova-breadcrumbs

Breadcrumbs for Laravel Nova
152 stars 44 forks source link

dont working on 2.1.0 #42

Closed bsormagec closed 5 years ago

bsormagec commented 5 years ago

dont working on 2.1.0 can you delete higher version from composer

flxsource commented 5 years ago

Duplicate of #39

bsormagec commented 5 years ago

Re open it if its duplicate. you attached it a closed issue @flxsource

flxsource commented 5 years ago

@bsormagec No, it's a duplicate of the same thing. Read the response in #39 as to why it was closed. If you want to try this package in 2.1.0 yourself, fork the repo and remove the constraints.

The constraints are there for a reason.

As new versions of Nova are released, if changes are made to any of the views that this package has to overwrite, a new version will need to be released. Composer version constraints should prevent installs on versions that aren't supported.