Created
December 23, 2019 01:41
-
-
Save montrealist/591f083103d2fdaf74992f821af0adbe to your computer and use it in GitHub Desktop.
Overriding a package in composer.json with a branch on your fork
This file contains 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": "git", | |
"url": "[email protected]:montrealist/new-private-project.git" | |
} | |
], | |
"require-dev": { | |
"pressbooks/new-private-project": "dev-bugfixes" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment