Skip to content

Instantly share code, notes, and snippets.

@khepin
Created August 13, 2012 04:57
Show Gist options
  • Save khepin/3337088 to your computer and use it in GitHub Desktop.
Save khepin/3337088 to your computer and use it in GitHub Desktop.
{
# List of all repos we want to clone. (No version number required) because we DL ALL versions
"require": [
"symfony/symfony-standard"
],
# the folder that will hold all of the cloned repos
"repodir":"packages",
# the satis config file to update with all the info
"satisconfig":"satis.json"
}
{
"name": "My Repository",
"homepage": "http://packages.example.org",
"repositories": [
],
"require-all": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment