From b82dfe9195d4009f3c3f0c1f113992559bf1e555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Parafi=C5=84ski?= Date: Wed, 15 Nov 2023 11:18:18 +0100 Subject: [PATCH] Added connector-payum (#466) --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 070d378..f805232 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,8 @@ "ibexa/storefront": "~4.6.x-dev", "ibexa/order-management": "~4.6.x-dev", "ibexa/payment": "~4.6.x-dev", - "ibexa/shipping": "~4.6.x-dev" + "ibexa/shipping": "~4.6.x-dev", + "ibexa/connector-payum": "~4.6.x-dev" }, "require-dev": { "ibexa/ci-scripts": "^0.2@dev"