{
   "name": "kustom/module-kco",
    "description": "Kustom Checkout Magento 2 Extension",
    "type": "magento2-module",
    "license": "Apache-2.0",
    "version": "12.0.19",
    "scripts": {
        "test": "phpunit",
        "cov": "phpunit --coverage-html coverage"
    },
    "require": {
        "ext-json": "*",
        "kustom/module-admin-settings": "^1",
        "kustom/module-base": "11.0.*",
        "kustom/module-kss": "3.0.*",
        "kustom/module-logger": "3.0.9",
        "kustom/module-orderlines": "3.0.*",
        "magento/framework": "^103",
        "monolog/monolog": "^2.3 || ^3.9.0",
        "php": "~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0"
    },
    "autoload": {
        "psr-4": {
            "Klarna\\Kco\\": "."
        },
        "files": [ "registration.php" ]
    }
}
