Put the path to the local project VCS (Git, Hg, SVN etc) in the url field.
Prefix the branch name with dev-, so my-branch becomes dev-my-branch.
| { | |
| "repositories": [ | |
| { | |
| "type":"vcs", | |
| "url":"/path/to/local/project/vcs" | |
| } | |
| ], | |
| "require": { | |
| "local-project": "dev-branch-name" | |
| } | |
| } |
Put the path to the local project VCS (Git, Hg, SVN etc) in the url field.
Prefix the branch name with dev-, so my-branch becomes dev-my-branch.