{
   "name": "kustom/module-kec",
    "description": "Kustom Express Checkout Magento 2 Extension",
    "type": "magento2-module",
    "license": "Apache-2.0",
    "version": "2.0.19",
    "require": {
        "kustom/module-admin-settings": "^1",
        "kustom/module-base": "11.0.*",
        "kustom/module-logger": "3.0.9",
        "kustom/module-payments": "10.0.*",
        "magento/framework": "^103",
        "php": "~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0"
    },
    "autoload": {
        "psr-4": {
            "Klarna\\Kec\\": "."
        },
        "files": [ "registration.php" ]
    }
}
