{
    "name": "amasty/module-seo-toolkit",
    "description": "SEO Toolkit by Amasty",
    "require": {
        "php": "^7.1.0",
        "amasty/base": ">=1.12.5",
        "amasty/meta": ">=1.2.5",
        "amasty/module-google-rich-snippets": ">=1.5.0",
        "amasty/module-unique-product-url": ">=1.0.22",
        "amasty/module-xml-google-sitemap": ">=1.6.1",
        "amasty/module-cross-linking": ">=1.2.2",
        "amasty/html-sitemap": ">=1.2.3"
    },
    "type": "magento2-module",
    "version": "1.20.0",
    "license": [
        "Commercial"
    ],
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Amasty\\SeoToolKit\\": ""
        }
    }
}