composer.json 1.7 KB

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