Description
I'm currently working with Laravel 10 and Jetstream 4. However, I encountered an issue when attempting to install composer require jenssegers/agent
. It seems that the problem arises because jenssegers/agent
requires "mobiledetect/mobiledetectlib": "^2.7.6," while Jetstream has it locked at "mobiledetect/mobiledetectlib": "^4.8."
Do you have any suggestions or solutions to resolve this dependency conflict? I appreciate your assistance.
Error below
Problem 1
- jenssegers/agent[v2.6.0, ..., v2.6.4] require mobiledetect/mobiledetectlib ^2.7.6 -> found mobiledetect/mobiledetectlib[2.7.6, ..., 2.8.45] but the package is fixed to 4.8.04 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- Root composer.json requires jenssegers/agent ^2.6 -> satisfiable by jenssegers/agent[v2.6.0, ..., v2.6.4].