{
    "name": "amasty/module-cancel-order",
    "description": "Cancel Orders By Amasty",
    "require": {
        "php": ">=7.3",
        "amasty/base": ">=1.13.4",
        "amasty/cron-schedule-list": "*"
    },
    "suggest": {
        "amasty/module-cancel-order-mftf-2": "Install module-cancel-order-mftf-2 module to be able to run Cancel Order MFTF tests for Magento 2.3.5+ version.",
        "amasty/module-cancel-order-mftf-3": "Install module-cancel-order-mftf-3 module to be able to run Cancel Order MFTF tests for Magento 2.4.0+ version."
    },
    "type": "magento2-module",
    "version": "1.1.8",
    "license": [
        "Commercial"
    ],
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Amasty\\CancelOrder\\": ""
        }
    }
}
