{
    "name": "magento/module-inventory-catalog-search-configurable-product",
    "description": "N/A",
    "type": "magento2-module",
    "license": [
        "OSL-3.0",
        "AFL-3.0"
    ],
    "version": "1.0.1",
    "require": {
        "php": "~7.4.0||~8.1.0",
        "magento/framework": "*",
        "magento/module-catalog": "*",
        "magento/module-configurable-product": "*",
        "magento/module-eav": "*",
        "magento/module-inventory-catalog-search": "1.2.*"
    },
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Magento\\InventoryCatalogSearchConfigurableProduct\\": ""
        }
    }
}

