Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

40 rader
1012 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": "^5.0",
  8. "contao/comments-bundle": "^5.0",
  9. "contao/conflicts": "@dev",
  10. "contao/faq-bundle": "^5.0",
  11. "contao/listing-bundle": "^5.0",
  12. "contao/manager-bundle": "5.0.*",
  13. "contao/news-bundle": "^5.0",
  14. "contao/newsletter-bundle": "^5.0"
  15. },
  16. "conflict": {
  17. "contao-components/installer": "<1.3"
  18. },
  19. "minimum-stability": "dev",
  20. "prefer-stable": true,
  21. "config": {
  22. "allow-plugins": {
  23. "composer/package-versions-deprecated": true,
  24. "contao-community-alliance/composer-plugin": true,
  25. "contao-components/installer": true,
  26. "contao/manager-plugin": true
  27. }
  28. },
  29. "extra": {
  30. "contao-component-dir": "assets"
  31. },
  32. "scripts": {
  33. "post-install-cmd": [
  34. "@php vendor/bin/contao-setup"
  35. ],
  36. "post-update-cmd": [
  37. "@php vendor/bin/contao-setup"
  38. ]
  39. }
  40. }