Skip to content

Instantly share code, notes, and snippets.

@JeffCost
Last active December 21, 2015 07:19
Show Gist options
  • Save JeffCost/6270579 to your computer and use it in GitHub Desktop.
Save JeffCost/6270579 to your computer and use it in GitHub Desktop.
PHP: Composer from local repo
"repositories": [
{
"type":"vcs",
"url":"/home/jeff/dev/bundles/MyCustomBundle"
}
],
"require":{
"jeff/some-package":"dev-master"
}
-- Note: To force installation from (local) VCS, you need to add the --prefer-source option
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment