From ef4e4be469cef2861c2467b36d9099d898e6ab4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20L=C3=B8vgaard?= Date: Mon, 10 Aug 2026 15:37:39 +0200 Subject: [PATCH] Remove the leftover klarna keyword from composer.json Klarna support is gone from 2.x; the keyword advertised a capability the plugin explicitly dropped. Quickpay-side Klarna payments still work generically via the payment window's payment_methods option. Fixes #112 --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 646fb58..053e2f5 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,6 @@ "keywords": [ "sylius", "quickpay", - "klarna", "payum", "payment", "plugin",