From 5a8c62bb3a89c5c83674365d69717af008032e2d Mon Sep 17 00:00:00 2001 From: Sergey Zatulivetrov Date: Thu, 7 Oct 2021 15:20:28 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=9F=D0=BE=D0=B4=D0=B4=D0=B5=D1=80?= =?UTF-8?q?=D0=B6=D0=BA=D0=B0=208=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B8?= =?UTF-8?q?=20PHP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 52faa0c..2b4e259 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "sergey-zatulivetrov/tinkoff-acquiring-client", "type": "library", - "version": "2.0.0", + "version": "2.0.1", "description": "Client for working with Tinkoff's acquiring REST API", "keywords": [ "tinkoff", @@ -18,7 +18,7 @@ } ], "require": { - "php": "^7.0", + "php": ">=7.0", "ext-json": "*", "guzzlehttp/guzzle": ">=6.5.5" },