-
-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laravel 10 Jetstream v4 conflict #211
Comments
any updates? |
same issue. |
same issue |
2 similar comments
same issue |
same issue |
Same issue using Laravel 11. |
same issue, and updates? |
I believe #212 should solve the problem 🤞 Also note that Jetstream has removed the dependency to this package altogether. What I ended up doing is uninstalling - use Jenssegers\Agent\Agent;
+ use Laravel\Jetstream\Agent; |
Laravel 11 has the same issue. Thanks to @CeriseGoutPelican , the solution is perfect. Thanks. |
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 becausejenssegers/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].
The text was updated successfully, but these errors were encountered: