cviebrock / eloquent-taggable

Easily add the ability to tag your Eloquent models in Laravel.
MIT License
559 stars 72 forks source link

Outdated dependencies #40

Closed luqmanrom closed 7 years ago

luqmanrom commented 8 years ago

This packages requires scrutinizer/ocular which causes a lot of issues since the package requires Guzzle 3. Does this package really need ocular since I can't find it where it is being used.

cviebrock commented 7 years ago

It only requires it as a dev-dependency. You should be able to install the package without it (--no-dev) and not have this issue.