Skip to content

Instantly share code, notes, and snippets.

@rapzo
Created August 19, 2013 16:18
Show Gist options
  • Save rapzo/6270945 to your computer and use it in GitHub Desktop.
Save rapzo/6270945 to your computer and use it in GitHub Desktop.
Composer example to use with lithium php framework (lithify.me)
{
"repositories": [{
"type": "package",
"package": {
"name": "unionofrad/lithium/lithium",
"version": "dev-master",
"type": "lithium-library",
"source": {
"url": "https://github.com/UnionOfRAD/lithium",
"type": "git",
"reference": "master"
},
"require": { "composer/installers": "*" }
}
}],
"require": {
"composer/installers": "dev-master",
"unionofrad/lithium/lithium": "dev-master"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment