composer.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "magento/module-sales",
  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-bundle": "100.3.*",
  14. "magento/module-catalog-inventory": "100.3.*",
  15. "magento/module-checkout": "100.3.*",
  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-gift-message": "100.3.*",
  21. "magento/module-media-storage": "100.3.*",
  22. "magento/module-payment": "100.3.*",
  23. "magento/module-quote": "101.1.*",
  24. "magento/module-reports": "100.3.*",
  25. "magento/module-sales-rule": "101.1.*",
  26. "magento/module-sales-sequence": "100.3.*",
  27. "magento/module-shipping": "100.3.*",
  28. "magento/module-store": "101.0.*",
  29. "magento/module-tax": "100.3.*",
  30. "magento/module-theme": "101.0.*",
  31. "magento/module-ui": "101.1.*",
  32. "magento/module-widget": "101.1.*",
  33. "magento/module-wishlist": "101.1.*"
  34. },
  35. "suggest": {
  36. "magento/module-sales-sample-data": "Sample Data version: 100.3.*"
  37. },
  38. "type": "magento2-module",
  39. "license": [
  40. "OSL-3.0",
  41. "AFL-3.0"
  42. ],
  43. "autoload": {
  44. "files": [
  45. "registration.php"
  46. ],
  47. "psr-4": {
  48. "Magento\\Sales\\": ""
  49. }
  50. },
  51. "version": "102.0.1"
  52. }