cviebrock / eloquent-taggable

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

Update To Laravel 5.6 #71

Closed stevepop closed 6 years ago

stevepop commented 6 years ago

Please be sure you include all the relevant information in your issue so we can help you:

Output from composer;

 Problem 1
    - cviebrock/eloquent-taggable 3.2.5 requires illuminate/support ~5.5.0 -> satisfiable by laravel/framework[v5.5.33], illuminate/support[v5.5.0, v5.5.16, v5.5.17, v5.5.2, v5.5.28, v5.5.33, v5.5.34]

Thank you.

cviebrock commented 6 years ago

Laravel 5.6 isn't even out yet. ;)

But when it is, I'll tag a new version here (likely 3.3) that you can use.

stevepop commented 6 years ago

@cviebrock Laravel 5.6 was released yesterday :)

cviebrock commented 6 years ago

Version 3.3.* of the package has now been released.