12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "magento/module-inventory-catalog-admin-ui",
- "description": "N/A",
- "require": {
- "php": "~7.1.3||~7.2.0",
- "magento/framework": "*",
- "magento/module-catalog": "*",
- "magento/module-catalog-inventory": "*",
- "magento/module-backend": "*",
- "magento/module-inventory-api": "*",
- "magento/module-ui": "*",
- "magento/module-inventory-catalog-api": "*",
- "magento/module-inventory-configuration-api": "*",
- "magento/module-inventory-indexer": "*",
- "magento/module-asynchronous-operations": "*"
- },
- "suggest": {
- "magento/module-inventory-admin-ui": "1.0.*"
- },
- "type": "magento2-module",
- "license": [
- "OSL-3.0",
- "AFL-3.0"
- ],
- "autoload": {
- "files": [
- "registration.php"
- ],
- "psr-4": {
- "Magento\\InventoryCatalogAdminUi\\": ""
- }
- },
- "version": "1.0.4"
- }
|