composer.json 837 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "magento/module-inventory-grouped-product-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-grouped-product": "*",
  9. "magento/module-ui": "*",
  10. "magento/module-inventory-api": "*",
  11. "magento/module-inventory-catalog-api": "*",
  12. "magento/module-inventory-catalog-admin-ui": "*"
  13. },
  14. "suggest": {
  15. "magento/module-inventory-configuration-api": "1.0.*"
  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\\InventoryGroupedProductAdminUi\\": ""
  28. }
  29. },
  30. "version": "1.0.4"
  31. }