Auth0 php sdk version 7.9 is not working with laravel 8

Currently, I’m using auth0/login:^7.4, which is working fine with Laravel 8.
But I need to use management API which is not supported on version 7.4. That’s why I want to update to auth0/login:^7.7. But it looks like version 7.7 works only with Laravel 9.

Is there any workaround?

I cannot upgrade to Laravel 9 currently. It’s quite urgent for me this one, so it will be great If anyone helps.