composer.json 959 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "magento/module-inventory-catalog-admin-ui",
  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-backend": "*",
  10. "magento/module-inventory-api": "*",
  11. "magento/module-ui": "*",
  12. "magento/module-inventory-catalog-api": "*",
  13. "magento/module-inventory-configuration-api": "*",
  14. "magento/module-inventory-indexer": "*",
  15. "magento/module-asynchronous-operations": "*"
  16. },
  17. "suggest": {
  18. "magento/module-inventory-admin-ui": "1.0.*"
  19. },
  20. "type": "magento2-module",
  21. "license": [
  22. "OSL-3.0",
  23. "AFL-3.0"
  24. ],
  25. "autoload": {
  26. "files": [
  27. "registration.php"
  28. ],
  29. "psr-4": {
  30. "Magento\\InventoryCatalogAdminUi\\": ""
  31. }
  32. },
  33. "version": "1.0.4"
  34. }