Advertisement
Guest User

Untitled

a guest
Sep 11th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. {
  2. "name": "cwp/recipe-basic",
  3. "description": "CWP basic recipe",
  4. "require": {
  5. "php": ">=5.3.2",
  6. "cwp/cwp": "*",
  7. "cwp-themes/default": "*",
  8. "silverstripe/cms": "3.1.*",
  9. "silverstripe/framework": "3.1.*",
  10. "silverstripe/advancedworkflow": "*",
  11. "silverstripe/documentconverter": "*",
  12. "silverstripe/fulltextsearch": "*",
  13. "silverstripe/html5": "*",
  14. "silverstripe/iframe": "*",
  15. "silverstripe/queuedjobs": "*",
  16. "silverstripe/registry": "*",
  17. "silverstripe/restfulserver": "*",
  18. "silverstripe/subsites": "*",
  19. "silverstripe/translatable": "*",
  20. "silverstripe/taxonomy": "*",
  21. "silverstripe/userforms": "*",
  22. "silverstripe/versionedfiles": "*",
  23. "silverstripe/versionfeed": "*",
  24. "undefinedoffset/sortablegridfield": "*"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": "3.7.*@stable"
  28. },
  29. "config": {
  30. "process-timeout": 900
  31. },
  32. "repositories": [
  33. {
  34. "type": "vcs",
  35. "url": "https://gitlab.cwp.govt.nz/cwp/cwp.git"
  36. },
  37. {
  38. "type": "vcs",
  39. "url": "https://gitlab.cwp.govt.nz/cwp-themes/default.git"
  40. },
  41. {
  42. "type": "vcs",
  43. "url": "https://gitlab.cwp.govt.nz/silverstripe/advancedworkflow.git"
  44. },
  45. {
  46. "type": "vcs",
  47. "url": "https://gitlab.cwp.govt.nz/silverstripe/queuedjobs.git"
  48. },
  49. {
  50. "type": "vcs",
  51. "url": "https://gitlab.cwp.govt.nz/silverstripe/silverstripe-versionedfiles.git"
  52. },
  53. {
  54. "type": "vcs",
  55. "url": "https://gitlab.cwp.govt.nz/silverstripe/documentconverter.git"
  56. }
  57. ],
  58. "minimum-stability": "dev"
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement