maurohmartinez / impersonate-users-backpack-laravel

A simple package that adds the impersonate operation for admins
10 stars 4 forks source link

Added Laravel 11.0 support. #3

Closed akalinich closed 1 month ago

akalinich commented 1 month ago

This pull request adds support for Laravel 11.x by updating the composer.json file. The following change was made:

Why is this necessary?

To ensure compatibility with the latest Laravel version. To allow users of this package to upgrade to Laravel 11 without issues.

Additional Notes:

No breaking changes were introduced. Please review and merge to provide Laravel 11 support for users. Thank you for considering this update!

maurohmartinez commented 1 month ago

Thanks @akalinich!