composer.json 907 B

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