Skip to content

Instantly share code, notes, and snippets.

@pqr
Created November 10, 2012 18:35
Show Gist options
  • Save pqr/4052040 to your computer and use it in GitHub Desktop.
Save pqr/4052040 to your computer and use it in GitHub Desktop.
project FB composer.json
{
"repositories":[
{
"type":"hg",
"url":"ssh://hg@bitbucket.org/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