laravel-language icon indicating copy to clipboard operation
laravel-language copied to clipboard

Package dependency conflict with Jetstream 5.0 and Laravel 11.0

Open dsbilling opened this issue 1 year ago • 0 comments

Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires akaunting/laravel-language ^1.0 -> satisfiable by akaunting/laravel-language[1.0.0, ..., 1.0.22].
    - 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.06].
    - Conclusion: don't install one of mobiledetect/mobiledetectlib[2.8.45], laravel/jetstream[v5.1.0] (conflict analysis result)
    - Conclusion: install mobiledetect/mobiledetectlib 2.8.45 (conflict analysis result)
    - laravel/jetstream v5.0.0 requires mobiledetect/mobiledetectlib ^4.8 -> satisfiable by mobiledetect/mobiledetectlib[4.8.01, ..., 4.8.06].
    - Root composer.json requires laravel/jetstream ^5.0 -> satisfiable by laravel/jetstream[v5.0.0, ..., v5.1.0].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

This is caused by the jenssegers/agent dependency and it is not being updated to fix this ref: https://github.com/jenssegers/agent/pull/212

dsbilling avatar May 21 '24 12:05 dsbilling