{
    "name": "magento/module-inventory-catalog-search",
    "description": "N/A",
    "type": "magento2-module",
    "license": [
        "OSL-3.0",
        "AFL-3.0"
    ],
    "version": "1.2.7",
    "require": {
        "php": "~8.3.0||~8.4.0||~8.5.0",
        "magento/framework": "103.0.*",
        "magento/module-catalog-inventory": "100.4.*",
        "magento/module-inventory-catalog-api": "1.3.*",
        "magento/module-inventory-indexer": "2.2.*",
        "magento/module-store": "101.1.*",
        "magento/module-catalog-search": "102.0.*"
    },
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Magento\\InventoryCatalogSearch\\": ""
        }
    }
}

