This project manages its dependencies using Composer and defines a package named magento/module-inventory-configuration. Learn more
composer.json 699 Bytes
{
    "name": "magento/module-inventory-configuration",
    "description": "N/A",
    "require": {
        "php": "~7.1.3||~7.2.0",
        "magento/framework": "*",
        "magento/module-catalog-inventory": "*",
        "magento/module-inventory-api": "*",
        "magento/module-inventory-catalog-api": "*",
        "magento/module-inventory-configuration-api": "*",
        "magento/module-store": "*"
    },
    "type": "magento2-module",
    "license": [
        "OSL-3.0",
        "AFL-3.0"
    ],
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Magento\\InventoryConfiguration\\": ""
        }
    },
    "version": "1.0.4"
}