{
   "name": "kustom/module-payments-graph-ql",
    "description": "Kustom KpGraphQl Magento 2 Extension",
    "type": "magento2-module",
    "version": "3.0.19",
    "license": "Apache-2.0",
    "require": {
        "kustom/module-base": "11.0.*",
        "kustom/module-payments": "10.0.*",
        "magento/framework": "^103",
        "magento/module-quote-graph-ql": "^100",
        "magento/module-store": "^101.0",
        "php": "~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0"
    },
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Klarna\\KpGraphQl\\": ""
        }
    }
}
