composer.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "magento/module-inventory-sales",
  3. "description": "N/A",
  4. "require": {
  5. "php": "~7.1.3||~7.2.0",
  6. "magento/framework": "*",
  7. "magento/module-catalog-inventory": "*",
  8. "magento/module-catalog": "*",
  9. "magento/module-inventory-api": "*",
  10. "magento/module-inventory-catalog-api": "*",
  11. "magento/module-inventory-configuration-api": "*",
  12. "magento/module-inventory-reservations-api": "*",
  13. "magento/module-inventory-sales-api": "*",
  14. "magento/module-inventory-source-deduction-api": "*",
  15. "magento/module-sales-inventory": "*",
  16. "magento/module-store": "*",
  17. "magento/module-sales": "*"
  18. },
  19. "suggest": {
  20. "magento/module-inventory-catalog": "1.0.*"
  21. },
  22. "require-dev": {
  23. "magento/module-inventory-indexer": "*"
  24. },
  25. "type": "magento2-module",
  26. "license": [
  27. "OSL-3.0",
  28. "AFL-3.0"
  29. ],
  30. "autoload": {
  31. "files": [
  32. "registration.php"
  33. ],
  34. "psr-4": {
  35. "Magento\\InventorySales\\": ""
  36. }
  37. },
  38. "version": "1.0.4"
  39. }