Skip to content

Instantly share code, notes, and snippets.

@bryceandy
Created May 29, 2020 00:47
Show Gist options
  • Save bryceandy/870936cae610322c4fcca94947d84095 to your computer and use it in GitHub Desktop.
Save bryceandy/870936cae610322c4fcca94947d84095 to your computer and use it in GitHub Desktop.
Symlink a local PHP package
{
"repositories": {
"dev-package": {
"type": "path",
"url": "/Users/macbook/code/package",
"options": {
"symlink": true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment