Skip to content

Instantly share code, notes, and snippets.

@aur1mas
Created March 10, 2013 12:24
Show Gist options
  • Save aur1mas/5128359 to your computer and use it in GitHub Desktop.
Save aur1mas/5128359 to your computer and use it in GitHub Desktop.
composer repository alias
"repositories": [
{
"type": "package",
"package": {
"version": "v0.4.1",
"name": "imagine/Imagine",
"source": {
"url": "https://github.com/aur1mas/Imagine.git",
"type": "git",
"reference": "develop"
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment