{
"require":{
"php":">=5.3.0",
"my-github-account/my-package":"*"
},
"repositories":[
{
"type":"git",
"url":"http://github.com/my-github-account/my-package"
},
{
"type":"package",
"package":{
"name":"my-github-account/my-package",
"version":"3.0",
"source":{
"type":"git",
"url":"http://github.com/my-github-account/my-package",
"reference":"master"
}
}
}
]
}