composer.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "magento/module-customer",
  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-authorization": "100.3.*",
  11. "magento/module-backend": "101.0.*",
  12. "magento/module-catalog": "103.0.*",
  13. "magento/module-checkout": "100.3.*",
  14. "magento/module-config": "101.1.*",
  15. "magento/module-directory": "100.3.*",
  16. "magento/module-eav": "102.0.*",
  17. "magento/module-integration": "100.3.*",
  18. "magento/module-media-storage": "100.3.*",
  19. "magento/module-newsletter": "100.3.*",
  20. "magento/module-page-cache": "100.3.*",
  21. "magento/module-quote": "101.1.*",
  22. "magento/module-review": "100.3.*",
  23. "magento/module-sales": "102.0.*",
  24. "magento/module-store": "101.0.*",
  25. "magento/module-tax": "100.3.*",
  26. "magento/module-theme": "101.0.*",
  27. "magento/module-ui": "101.1.*",
  28. "magento/module-wishlist": "101.1.*"
  29. },
  30. "suggest": {
  31. "magento/module-cookie": "100.3.*",
  32. "magento/module-customer-sample-data": "Sample Data version: 100.3.*"
  33. },
  34. "type": "magento2-module",
  35. "license": [
  36. "OSL-3.0",
  37. "AFL-3.0"
  38. ],
  39. "autoload": {
  40. "files": [
  41. "registration.php"
  42. ],
  43. "psr-4": {
  44. "Magento\\Customer\\": ""
  45. }
  46. },
  47. "version": "102.0.1"
  48. }