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