Skip to content

Instantly share code, notes, and snippets.

@up1
Created March 16, 2014 07:27
Show Gist options
  • Save up1/9579714 to your computer and use it in GitHub Desktop.
Save up1/9579714 to your computer and use it in GitHub Desktop.
Example of composer.json use a local mirror composer
{
"repositories": [
{
"type": "composer",
"url": "http://localhost:4680"
}
{
"packagist": false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment