Open
Description
Since modules can be installed in root, the path#name
syntax won't always be valid, since the path could be empty (relative to base dir) and will thus fail. E.g. After: framework#core
won't work if framework is in root.
My suggestion is to support composer name in before / after rules so that rules will function in an install-agnostic manner.
See discussion at #24 (comment)