Skip to content

Instantly share code, notes, and snippets.

@styks1987
Created August 29, 2016 16:14
Show Gist options
  • Save styks1987/247f39748a6dada0eb426c3bd7df8e16 to your computer and use it in GitHub Desktop.
Save styks1987/247f39748a6dada0eb426c3bd7df8e16 to your computer and use it in GitHub Desktop.
"minimum-stability": "dev",
"prefer-stable": true,
"repositories" : [
{
"type" : "vcs",
"url" : "[email protected]:vendername/reponame.git"
}
]
@alcohol
Copy link

alcohol commented Aug 30, 2016

"repositories" : [
    {
        "type" : "vcs",
        "url" : "[email protected]:vendername/reponame.git",
        "no-api": true
    }
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment