Skip to content

Instantly share code, notes, and snippets.

@fjarrett
Last active November 10, 2022 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fjarrett/b69fbc261e924111ab64fd7dc8130fdf to your computer and use it in GitHub Desktop.
Save fjarrett/b69fbc261e924111ab64fd7dc8130fdf to your computer and use it in GitHub Desktop.
Alternate package source: composer update foo/project
{
{
"repositories": [
{
"type": "vcs",
"url": "git@github.com: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