Guest User

Untitled

a guest
Jul 23rd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. {
  2. "author": "flyingmana",
  3. "repositories" : [
  4. {
  5. "source" : "svn://arbitracker.org/phpillow/trunk",
  6. "fetcher" : "svn",
  7. "target" : "phpillow",
  8. "autoload" :
  9. {
  10. "scan" : ["src/classes/"]
  11. },
  12. "options" : []
  13. },
  14. {
  15. "source" : "git://github.com/kore/php-commit-hooks.git",
  16. "fetcher" : "git",
  17. "target" : "php_commit_hooks",
  18. "autoload" :
  19. {
  20. "scan" : ["src/classes/"]
  21. },
  22. "options" : []
  23. }
  24. ]
  25. }
Add Comment
Please, Sign In to add comment