{
    "name": "amasty/module-shop-by-brand",
    "description": "Shop by Brand by Amasty",
    "require": {
        "php": ">=7.4.0",
        "amasty/base": ">=1.20.0",
        "amasty/module-shop-by-base": ">=3.0.2"
    },
    "suggest": {
        "amasty/module-shop-by-brand-graphql": "Install module-shop-by-brand-graphql module to activate GraphQl and Shop By Brand integration."
    },
    "conflict": {
        "amasty/shopby": "<4.0.0"
    },
    "type": "magento2-module",
    "version": "3.0.2",
    "license": [
        "proprietary"
    ],
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Amasty\\ShopbyBrand\\": ""
        }
    }
}
