{
    "name": "amasty\/module-mage24fix",
    "description": "Fix for Magento 2.4.0 by Amasty",
    "require": {
        "php": "^7.1.0",
        "amasty\/base": ">=1.9.4"
    },
    "type": "magento2-module",
    "version": "1.0.6",
    "license": [
        "Commercial"
    ],
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Amasty\\Mage24Fix\\": ""
        }
    }
}