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.
 
 
 
 
 
 

57 rader
1.8 KiB

  1. {
  2. "name": "magento/module-catalog",
  3. "description": "N/A",
  4. "type": "magento2-module",
  5. "license": [
  6. "OSL-3.0",
  7. "AFL-3.0"
  8. ],
  9. "config": {
  10. "sort-packages": true
  11. },
  12. "version": "104.0.5-p3",
  13. "require": {
  14. "php": "~7.4.0||~8.1.0",
  15. "magento/framework": "103.0.*",
  16. "magento/module-authorization": "100.4.*",
  17. "magento/module-asynchronous-operations": "100.4.*",
  18. "magento/module-backend": "102.0.*",
  19. "magento/module-catalog-inventory": "100.4.*",
  20. "magento/module-catalog-rule": "101.2.*",
  21. "magento/module-catalog-url-rewrite": "100.4.*",
  22. "magento/module-checkout": "100.4.*",
  23. "magento/module-cms": "104.0.*",
  24. "magento/module-config": "101.2.*",
  25. "magento/module-customer": "103.0.*",
  26. "magento/module-directory": "100.4.*",
  27. "magento/module-eav": "102.1.*",
  28. "magento/module-indexer": "100.4.*",
  29. "magento/module-media-storage": "100.4.*",
  30. "magento/module-msrp": "100.4.*",
  31. "magento/module-page-cache": "100.4.*",
  32. "magento/module-product-alert": "100.4.*",
  33. "magento/module-quote": "101.2.*",
  34. "magento/module-store": "101.1.*",
  35. "magento/module-tax": "100.4.*",
  36. "magento/module-theme": "101.1.*",
  37. "magento/module-ui": "101.2.*",
  38. "magento/module-url-rewrite": "102.0.*",
  39. "magento/module-widget": "101.2.*",
  40. "magento/module-wishlist": "101.2.*"
  41. },
  42. "suggest": {
  43. "magento/module-cookie": "100.4.*",
  44. "magento/module-sales": "103.0.*",
  45. "magento/module-catalog-sample-data": "Sample Data version: 100.4.*"
  46. },
  47. "autoload": {
  48. "files": [
  49. "registration.php"
  50. ],
  51. "psr-4": {
  52. "Magento\\Catalog\\": ""
  53. }
  54. }
  55. }