Created
November 10, 2012 18:35
-
-
Save pqr/4052040 to your computer and use it in GitHub Desktop.
project FB composer.json
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":"hg", | |
"url":"ssh://[email protected]/pqr/light4" | |
} | |
], | |
"require":{ | |
"light/light4":"dev-default" | |
}, | |
"autoload":{ | |
"psr-0":{ | |
"FB":"src/" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment