v5.0.0 - ROLES_INHERITANCE && PHP 8 Support && German Language
Note this release might have some breaking changes because a config option was added.
You will need to republish the config file or add the following line to your roles.php
config file:
'inheritance' => env('ROLES_INHERITANCE', true),
See:
https://github.com/jeremykenedy/laravel-roles/blob/master/src/config/roles.php#L65
Thank you @andreasmatu and @sdonchez for these updates.