cviebrock / eloquent-sluggable

Easy creation of slugs for your Eloquent models in Laravel
MIT License
3.9k stars 460 forks source link

Updated composer json to support php8.1 #573

Closed RohanSakhale closed 2 years ago

RohanSakhale commented 2 years ago

No major change added, only bumped PHP version to support ^8.1 and ran composer test to ensure current functionality are working as expected

RohanSakhale commented 2 years ago

@cviebrock can you please review and share feedback

RohanSakhale commented 2 years ago

This push is not required, the current ^8.0 already supports the recent PHP 8.1 release update