My `composer.json`: ```json ...replace me... ``` And my `composer.lock`: ``` ...replace me... ``` When I run this command: ``` composer update -vvv --root-reqs ``` I get the following output: ``` ...replace me... ``` And I expected this to happen: One of the following: 1. Error stating that I cannot update because a dependency also needs updated 2. Update as high as possible with a warning conveying the message in (1) 3. Whitelist dependencies that absolutely need to update for root-reqs