Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

41 řádky
1.0 KiB

  1. {
  2. "name": "magento/module-catalog-search",
  3. "description": "Catalog search",
  4. "type": "magento2-module",
  5. "license": [
  6. "OSL-3.0",
  7. "AFL-3.0"
  8. ],
  9. "config": {
  10. "sort-packages": true
  11. },
  12. "version": "102.0.5",
  13. "require": {
  14. "php": "~7.4.0||~8.1.0",
  15. "magento/framework": "103.0.*",
  16. "magento/module-backend": "102.0.*",
  17. "magento/module-catalog": "104.0.*",
  18. "magento/module-indexer": "100.4.*",
  19. "magento/module-catalog-inventory": "100.4.*",
  20. "magento/module-customer": "103.0.*",
  21. "magento/module-directory": "100.4.*",
  22. "magento/module-eav": "102.1.*",
  23. "magento/module-search": "101.1.*",
  24. "magento/module-store": "101.1.*",
  25. "magento/module-theme": "101.1.*",
  26. "magento/module-ui": "101.2.*"
  27. },
  28. "suggest": {
  29. "magento/module-config": "101.2.*"
  30. },
  31. "autoload": {
  32. "files": [
  33. "registration.php"
  34. ],
  35. "psr-4": {
  36. "Magento\\CatalogSearch\\": ""
  37. }
  38. }
  39. }