{
   "name": "kustom/module-base",
    "description": "Kustom Base Magento 2 Extension",
    "type": "magento2-module",
    "license": "Apache-2.0",
    "version": "11.0.14",
    "scripts": {
        "test": "phpunit",
        "cov": "phpunit --coverage-html coverage"
    },
    "require": {
        "guzzlehttp/guzzle": "^7.3.0",
        "kustom/module-logger": "3.0.9",
        "magento/framework": "^103",
        "magento/module-bundle": "^100.1|^101.0",
        "magento/module-catalog": "^103.0|^104.0",
        "magento/module-config": "^101.0|^101.2",
        "magento/module-customer": "^102.0|^103.0",
        "magento/module-directory": "^100.1|^100.4",
        "magento/module-payment": "^100.1|^100.4",
        "magento/module-paypal": "^100.3|^101.0",
        "magento/module-quote": "^101.0|^101.2",
        "magento/module-sales": "^102.0|^103.0",
        "magento/module-store": "^101.0|^101.1",
        "magento/module-tax": "^100.1|^100.4",
        "php": "~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0"
    },
    "autoload": {
        "psr-4": {
            "Klarna\\Base\\": "."
        },
        "files": [ "registration.php" ]
    },
    "autoload-dev": {
        "psr-4": {
            "Klarna\\Base\\Test\\": "Test/"
        }
    }
}
