cviebrock / eloquent-taggable

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

Support for Laravel 7 #108

Closed jasonmccreary closed 4 years ago

jasonmccreary commented 4 years ago

This adds support for Laravel 6 or 7, as well as increases the PHP requirement to be minimally compatible with both versions.

jasonmccreary commented 4 years ago

Please let me know when you tag this and I'll update the Laravel 7.x Shift to automate the constraint update for your users.

cviebrock commented 4 years ago

Thanks, and version 7.0.0 tagged.

jasonmccreary commented 4 years ago

Done. Thank you!