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
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.
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)
The text was updated successfully, but these errors were encountered: