{
    "name": "mirasvit/module-cataloglabel",
    "description": "Product Labels",
    "require": {
        "magento/framework": "102.0.*|103.0.*",
        "mirasvit/module-core": "dev-master|>=1.4.33"
    },
    "type": "magento2-module",
    "version": "2.5.1",
    "license": [
      "proprietary"
    ],
    "conflict": {
        "hyva-themes/magento2-mirasvit-catalog-label": "<=1.0.5"
    },
    "autoload": {
        "files": [
            "src/CatalogLabel/registration.php"
        ],
        "psr-4": {
            "Mirasvit\\CatalogLabel\\": "src/CatalogLabel"
        }
    }
}
