composer.json 699 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "magento/module-inventory-configuration",
  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-inventory-api": "*",
  9. "magento/module-inventory-catalog-api": "*",
  10. "magento/module-inventory-configuration-api": "*",
  11. "magento/module-store": "*"
  12. },
  13. "type": "magento2-module",
  14. "license": [
  15. "OSL-3.0",
  16. "AFL-3.0"
  17. ],
  18. "autoload": {
  19. "files": [
  20. "registration.php"
  21. ],
  22. "psr-4": {
  23. "Magento\\InventoryConfiguration\\": ""
  24. }
  25. },
  26. "version": "1.0.4"
  27. }