Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. {
  2. "name": "avisota/nightly-build",
  3. "description": "Install all Contao components for Avisota.",
  4. "keywords": [
  5. "avisota",
  6. "email",
  7. "mail",
  8. "newsletter",
  9. "marketing"
  10. ],
  11. "type": "metapackage",
  12. "homepage": "http://avisota.org",
  13. "license": "LGPL-3.0+",
  14. "authors": [
  15. {
  16. "name": "Tristan Lins",
  17. "email": "tristan.lins@bit3.de",
  18. "homepage": "http://bit3.de",
  19. "role": "Developer"
  20. }
  21. ],
  22. "support": {
  23. "email": "info@bit3.de",
  24. "issues": "https://avisota.atlassian.net",
  25. "forum": "https://community.contao.org/de/forumdisplay.php?121-Avisota",
  26. "wiki": "http://de.contaowiki.org/Kategorie:Avisota",
  27. "irc": "irc://irc.freenode.org/avisota"
  28. },
  29. "require": {
  30. "avisota/contao-bundle-all": "~2.0"
  31. },
  32. "conflict": {
  33. "avisota/contao": "*"
  34. },
  35. "minimum-stability": "dev",
  36. "prefer-stable": true,
  37. "extra": {
  38. "branch-alias": {
  39. "dev-release/2.0": "2.0.x-dev"
  40. },
  41. "nightly-builder": {
  42. "blacklist": [
  43. "leafo/scssphp",
  44. "michelf/php-markdown",
  45. "oyejorge/less.php",
  46. "phpspec/php-diff",
  47. "simplepie/simplepie",
  48. "swiftmailer/swiftmailer",
  49. "tecnick.com/tcpdf",
  50. "true/punycode",
  51. "contao-components/compass"
  52. ],
  53. "blacklist-autoload": [
  54. "Widget",
  55. "FormTextField",
  56. "TextField",
  57. "Controller",
  58. "Database_Result",
  59. "Environment",
  60. "Input",
  61. "Model",
  62. "PageModel"
  63. ]
  64. }
  65. },
  66. "repositories": [
  67. ]
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement