Created
February 24, 2011 12:21
-
-
Save Flyingmana/842103 to your computer and use it in GitHub Desktop.
example definition file for pere
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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