Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

42 righe
1.0 KiB

  1. {
  2. "name": "contao/managed-edition",
  3. "type": "project",
  4. "description": "Contao Open Source CMS",
  5. "license": "LGPL-3.0-or-later",
  6. "authors": [
  7. {
  8. "name": "Leo Feyer",
  9. "homepage": "https://github.com/leofeyer"
  10. }
  11. ],
  12. "require": {
  13. "php": "^5.6 || ^7.0",
  14. "contao/calendar-bundle": "^4.4",
  15. "contao/comments-bundle": "^4.4",
  16. "contao/conflicts": "@dev",
  17. "contao/faq-bundle": "^4.4",
  18. "contao/listing-bundle": "^4.4",
  19. "contao/manager-bundle": "4.4.*",
  20. "contao/news-bundle": "^4.4",
  21. "contao/newsletter-bundle": "^4.4"
  22. },
  23. "conflict": {
  24. "contao-components/installer": "<1.3",
  25. "contao/core-bundle": "<4.4.8"
  26. },
  27. "extra": {
  28. "branch-alias": {
  29. "dev-4.4": "4.4.x-dev"
  30. },
  31. "contao-component-dir": "assets"
  32. },
  33. "scripts": {
  34. "post-install-cmd": [
  35. "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
  36. ],
  37. "post-update-cmd": [
  38. "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
  39. ]
  40. }
  41. }