Keller Martin
Keller Martin
Bumping this issue as mentioned in #289 and #321. I noticed this is the only package in my laravel project still requiring `predis/predis`, as I use `phpredis` instead. Not sure...
I don't think simply updating the version is enough here without extra fixes. The package's functionality has changed namespace at the very least, to `Detection\MobileDetect`. Also looks like they've removed...
I am also interested in this PR after the [2.3.0](https://github.com/PHP-Open-Source-Saver/jwt-auth/releases/tag/2.3.0) release. All other dependencies in my app support `lcobucci/jwt:^5.0` except this one, so this change would allow me to update
PR created here #248
@fideloper are you still accepting new issues/PRs here? Or should everything go to the laravel/framework repo now? I'm having the same issue as OP, where my requests are travelling through...
Good point, changing behavior for `*` could break stuff. If `**` is deprecated though, we could reintroduce the functionality just for that, maybe? Something like: if `*` => trust the...