Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

38 lignes
964 B

  1. {
  2. "name": "contao/managed-edition",
  3. "description": "Contao Managed Edition",
  4. "license": "LGPL-3.0-or-later",
  5. "type": "project",
  6. "require": {
  7. "contao/calendar-bundle": "^4.13",
  8. "contao/comments-bundle": "^4.13",
  9. "contao/conflicts": "@dev",
  10. "contao/faq-bundle": "^4.13",
  11. "contao/listing-bundle": "^4.13",
  12. "contao/manager-bundle": "4.13.*",
  13. "contao/news-bundle": "^4.13",
  14. "contao/newsletter-bundle": "^4.13"
  15. },
  16. "conflict": {
  17. "contao-components/installer": "<1.3"
  18. },
  19. "config": {
  20. "allow-plugins": {
  21. "composer/package-versions-deprecated": true,
  22. "contao-community-alliance/composer-plugin": true,
  23. "contao-components/installer": true,
  24. "contao/manager-plugin": true
  25. }
  26. },
  27. "extra": {
  28. "contao-component-dir": "assets"
  29. },
  30. "scripts": {
  31. "post-install-cmd": [
  32. "@php vendor/bin/contao-setup"
  33. ],
  34. "post-update-cmd": [
  35. "@php vendor/bin/contao-setup"
  36. ]
  37. }
  38. }