Skip to content

Instantly share code, notes, and snippets.

@magickatt
Created September 19, 2013 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magickatt/6621005 to your computer and use it in GitHub Desktop.
Save magickatt/6621005 to your computer and use it in GitHub Desktop.
Git repository install via Composer
{
"name": "andrewkirkpatrick/sample",
"description": "Sample project",
"homepage": "http://www.andrew-kirkpatrick.co.uk",
"repositories": [{
"type": "package",
"package": {
"name": "andrewkirkpatrick/library",
"version": "0.1.0",
"source": {
"url": "git@server.co.uk:Repository.git",
"type": "git",
"reference": "0.1.0"
}
}
}],
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": "2.*",
"andrewkirkpatrick/library": "0.1.*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment