You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
composer install --no-dev installs laminas/cache3.0.x-dev and not 3.0. Whereas this may suffice for the use case here as neither the lock file nor require-dev section SHOULD be read during installation as a library, this isn't guaranteed as noted om the above issue.
How to reproduce
Check out repository locally and run composer install --no-dev.
Expected behavior
A package should appear only in require OR require-dev and not both.