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:
Install Laravel
Install Breeze
composer require aimeos/aimeos-laravel:~2023.10
See error
Expected behavior
Expect to install gracefully with instructions provided :-)
Environment
Describe the bug Fresh install dependency issue.
To Reproduce Steps to reproduce the behavior:
Expected behavior Expect to install gracefully with instructions provided :-)
Screenshots
Additional context [Solved] Instead of: composer require aimeos/aimeos-laravel:~2023.10 Run: composer require aimeos/aimeos-laravel:~2023.10 --with-all-dependencies