aimeos / aimeos-laravel

Laravel ecommerce package for ultra fast online shops, scalable marketplaces, complex B2B applications and #gigacommerce
https://aimeos.org/Laravel
MIT License
7.26k stars 1.05k forks source link

[Solved] Dependency issue when installing aimeos... psr/http-message #499

Closed christoferd closed 1 year ago

christoferd commented 1 year ago

Environment

  1. 2023.10
  2. Windows

Describe the bug Fresh install dependency issue.

Problem 1
    - aimeos/aimeos-core[2023.10.1, ..., 2023.10.3] require psr/http-message ~1.0 -> found psr/http-message[1.0, 1.0.1, 1.1] but the package is fixed to 2.0 (lock file version) by a partial update and that version does not match

To Reproduce Steps to reproduce the behavior:

  1. Install Laravel
  2. Install Breeze
  3. composer require aimeos/aimeos-laravel:~2023.10
  4. See error

Expected behavior Expect to install gracefully with instructions provided :-)

Screenshots image

Additional context [Solved] Instead of: composer require aimeos/aimeos-laravel:~2023.10 Run: composer require aimeos/aimeos-laravel:~2023.10 --with-all-dependencies

aimeos commented 1 year ago

Thanks for the hint, the -W flag has been added to the README now