Skip to content

Instantly share code, notes, and snippets.

@epicsagas
Forked from ziadoz/composer_path.json
Created August 14, 2024 07:56
Show Gist options
  • Select an option

  • Save epicsagas/73a247f2e0961c43ee9626fddfe86b08 to your computer and use it in GitHub Desktop.

Select an option

Save epicsagas/73a247f2e0961c43ee9626fddfe86b08 to your computer and use it in GitHub Desktop.
Composer Using Local Repositories and Branches
{
"repositories": [
{
"type":"vcs",
"url":"/path/to/local/project/vcs"
}
],
"require": {
"local-project": "dev-branch-name"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment