Skip to content

link our internal dependencies rather than installing built versions #24

Open
@iandunn

Description

@iandunn

when one of our repos depends on another (e.g., wporg-main-2022 requires wporg-mu-plugins), the dependencies are installed w/ composer. that makes it clunky to work on both at the same time, though. you have to delete the version composer installed, and then checkout the git repo in its place. when you run composer update, the git repo gets wiped out, including any unpushed changes.

there are a few options to solve that problem, similar to npm link.

Metadata

Metadata

Assignees

No one assigned

    Labels

    devexaffects developer experience

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions