gurgentil / laravel-eloquent-sequencer

A package that allows you to create and manage sequences on Eloquent models.
MIT License
156 stars 13 forks source link

Laravel 8 compatibility #16

Closed danielstgt closed 4 years ago

danielstgt commented 4 years ago

Added ^8.0 version for illuminate/support.

Since Laravel 8 requires PHP 7.3 as minimum requirement and upgrading from 7.2 should be without conflicts, this also got increased.

gurgentil commented 4 years ago

Thank you @danielstgt for your contribution! :smiley: