404labfr / laravel-auth-checker

Laravel Auth Checker allows you to log users authentication, devices authenticated from and lock intrusions.
https://marceau.casals.fr
223 stars 31 forks source link

Depencency jenssegers/agent conflicts with Jetstream #32

Open andrewdrake opened 9 months ago

andrewdrake commented 9 months ago

The jenssegers/agent package hasn't been updated in 4 years and has a dependency conflict now with Laravel Jetstream.

- laravel/jetstream[v4.1.0, ..., v4.2.2] require mobiledetect/mobiledetectlib ^4.8 -> satisfiable by mobiledetect/mobiledetectlib[4.8.01, ..., 4.8.05].
- You can only install one version of a package, so only one of these can be installed: mobiledetect/mobiledetectlib[2.7.6, ..., 2.8.45, 4.8.01, ..., 4.8.05].
- Conclusion: install mobiledetect/mobiledetectlib 2.8.45 (conflict analysis result)
- Root composer.json requires laravel/jetstream ^4.1 -> satisfiable by laravel/jetstream[v4.1.0, ..., v4.2.2].