Last active
November 10, 2022 16:44
-
-
Save frankiejarrett/b69fbc261e924111ab64fd7dc8130fdf to your computer and use it in GitHub Desktop.
Alternate package source: composer update foo/project
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": "vcs", | |
"url": "[email protected]:bar/project.git" | |
} | |
], | |
"require": { | |
"foo/project": "dev-main" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment