{
    "name": "amasty\/module-fpc-warmer",
    "description": "Full Page Cache Warmer by Amasty",
    "require": {
        "php": "^7.3.0",
        "amasty\/base": ">=1.12.19",
        "amasty\/cron-schedule-list": ">=1.0.5"
    },
    "type": "magento2-module",
    "version": "2.3.6",
    "license": [
        "Commercial"
    ],
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Amasty\\Fpc\\": ""
        }
    }
}