Skip to content

Instantly share code, notes, and snippets.

@dcousineau
Created September 26, 2013 17:54
Show Gist options
  • Save dcousineau/6717983 to your computer and use it in GitHub Desktop.
Save dcousineau/6717983 to your computer and use it in GitHub Desktop.
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/domain/my_private_repo.git"
}
],
"require": {
"php": ">=5.4.0",
"robmorgan/phinx": "dev-master",
"domain/my_private_repo": "~2.0@dev"
},
"require-dev": {
},
"autoload": {
"files": []
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "dev"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment