Created
August 19, 2013 16:18
-
-
Save rapzo/6270945 to your computer and use it in GitHub Desktop.
Composer example to use with lithium php framework (lithify.me)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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