Skip to content

Instantly share code, notes, and snippets.

@jsifalda
Created July 20, 2013 15:00
Show Gist options
  • Save jsifalda/6045371 to your computer and use it in GitHub Desktop.
Save jsifalda/6045371 to your computer and use it in GitHub Desktop.
Minimum of composer's repositories definition
"repositories": [
{
"type": "package",
"package": {
"name": "enlan/categorymodule",
"version": "master",
"source": {
"url": "<git-url>",
"type": "git",
"reference": "master"
},
"autoload": {
"psr-0": {"Enlan": ""}
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment