composer.json 766 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "magento/module-inventory-configurable-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-configurable-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. "type": "magento2-module",
  15. "license": [
  16. "OSL-3.0",
  17. "AFL-3.0"
  18. ],
  19. "autoload": {
  20. "files": [
  21. "registration.php"
  22. ],
  23. "psr-4": {
  24. "Magento\\InventoryConfigurableProductAdminUi\\": ""
  25. }
  26. },
  27. "version": "1.0.4"
  28. }