There doesn't seem to be a way to show the list of all packages that a given package depends.
composer show --direct works, but only for the root.
composer show --tree foo/bar works but shows a tree.
Is there a way of showing a list?
If there isn't, could the --direct option be expanded to take an optional parameter?