From ce8b0a5bec1c1c36aa5d3230206b1e7762561687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20J=C3=B3=C5=BAwiak?= Date: Wed, 31 May 2017 15:03:50 +0200 Subject: [PATCH] Composer update --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ceb0562..2970192 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "library", "license": "LGPL-3.0", "description": "tpay.com library", - "version": "1.0.4", + "version": "1.0.5", "extra": [ { "engine": "PHP SDK" @@ -17,7 +17,7 @@ } ], "require": { - "php": ">=5.4.0", + "php": ">=5.3.0", "ext-curl": "*" }, "support": {