composer.json 1007 B

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