Skip to content

Instantly share code, notes, and snippets.

@turbod
Created September 18, 2012 06:27
Show Gist options
  • Save turbod/3741562 to your computer and use it in GitHub Desktop.
Save turbod/3741562 to your computer and use it in GitHub Desktop.
Add gihub package to composer.json
"repositories": [
{
"type": "package",
"package": {
"version": "master",
"name": "turbod/bootstrap",
"source": {
"url": "https://github.com/turbod/bootstrap.git",
"type": "git",
"reference": "master"
},
"dist": {
"url": "https://github.com/turbod/bootstrap/zipball/master",
"type": "zip"
}
}
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment