Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. {
  2. "repositories": [
  3. {
  4. "type": "vcs",
  5. "url": "git@github.com:flashtag/admin.git"
  6. },
  7. {
  8. "type": "vcs",
  9. "url": "git@github.com:flashtag/api.git"
  10. },
  11. {
  12. "type": "vcs",
  13. "url": "git@github.com:flashtag/front.git"
  14. },
  15. {
  16. "type": "vcs",
  17. "url": "git@github.com:flashtag/data.git"
  18. }
  19. ],
  20. "require": {
  21. "flashtag/admin": "dev-develop@dev",
  22. "flashtag/api": "dev-develop@dev",
  23. "flashtag/data": "dev-develop@dev",
  24. "flashtag/front": "dev-develop@dev"
  25. }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement