Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

45 linhas
1.3 KiB

  1. {
  2. "name": "zenit/atmos-set-2",
  3. "description": "Theme Atmos by Zenit Design",
  4. "version": "2.4.1",
  5. "type": "shopware-platform-plugin",
  6. "license": "proprietary",
  7. "authors": [
  8. {
  9. "name": "Zenit Design",
  10. "homepage": "https://zenit.design",
  11. "role": "Manufacturer"
  12. }
  13. ],
  14. "require": {
  15. "shopware/core": "^6.3",
  16. "shopware/storefront": "^6.3"
  17. },
  18. "extra": {
  19. "shopware-plugin-class": "zenit\\PlatformAtmosSet2\\zenitPlatformAtmosSet2",
  20. "plugin-icon": "src/Resources/config/plugin.png",
  21. "copyright": "(c) by Zenit Design",
  22. "label": {
  23. "de-DE": "Theme Atmos | Pro - Set 2",
  24. "en-GB": "Theme Atmos | Pro - Set 2"
  25. },
  26. "description": {
  27. "de-DE": "Theme Atmos | Pro - Set 2",
  28. "en-GB": "Theme Atmos | Pro - Set 2"
  29. },
  30. "manufacturerLink": {
  31. "de-DE": "https://store.shopware.com/zenit-design.html",
  32. "en-GB": "https://store.shopware.com/en/zenit-design.html"
  33. },
  34. "supportLink": {
  35. "de-DE": "https://help.zenit.design",
  36. "en-GB": "https://help.zenit.design"
  37. }
  38. },
  39. "autoload": {
  40. "psr-4": {
  41. "zenit\\PlatformAtmosSet2\\": "src/"
  42. }
  43. }
  44. }