Created
November 4, 2015 11:24
-
-
Save mre/cc2f3decd8c63598db91 to your computer and use it in GitHub Desktop.
Test development branch with composer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "repositories": [ | |
| { | |
| "type": "vcs", | |
| "url": "https://github.com/you/package.git" | |
| } | |
| ], | |
| "require": { | |
| "you/package": "dev-bugfix/your-dev-branch as 1.5.x-dev" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you forked a repository, point the original repository in require but use your branch name. If it trows an error, you can see the branch name in the list of the error.
Then use
composer update originalteam/rep