From 2e66c273eaa22d62cdd976ddb521ef9e44aca0ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=A1los=20Gergely?= Date: Mon, 30 Nov 2020 10:43:59 +0100 Subject: [PATCH] fix version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 269778c..b797f31 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ } ], "require": { - "barion/barion-web-php": "^1.4" + "barion/barion-web-php": "^1.4.2" }, "suggest": { "cweagans/composer-patches": "Patch BarionClient for PSR-4 autoloading"