Skip to content

Instantly share code, notes, and snippets.

@Flyingmana
Created February 24, 2011 12:21
Show Gist options
  • Save Flyingmana/842103 to your computer and use it in GitHub Desktop.
Save Flyingmana/842103 to your computer and use it in GitHub Desktop.
example definition file for pere
{
"author": "flyingmana",
"repositories" : [
{
"source" : "svn://arbitracker.org/phpillow/trunk",
"fetcher" : "svn",
"target" : "phpillow",
"autoload" :
{
"scan" : ["src/classes/"]
},
"options" : []
},
{
"source" : "git://github.com/kore/php-commit-hooks.git",
"fetcher" : "git",
"target" : "php_commit_hooks",
"autoload" :
{
"scan" : ["src/classes/"]
},
"options" : []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment