Skip to content

Instantly share code, notes, and snippets.

@up1
Created March 16, 2014 06:45
Show Gist options
  • Save up1/9579437 to your computer and use it in GitHub Desktop.
Save up1/9579437 to your computer and use it in GitHub Desktop.
mirrored-packages.conf
{
"name": "My Composer Mirror",
"homepage": "http://localhost:4680",
"repositories": [
{ "type": "vcs", "url": "https://github.com/SynetoNet/monolog" },
{ "type": "composer", "url": "https://packagist.org" }
],
"require": {
"monolog/monolog": "syneto-dev",
"mockery/mockery": "*",
"phpunit/phpunit": "*"
},
"require-dependencies": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment