From a15b2edfc0993329bc2054c01dfe0730567f62b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Thu, 15 Oct 2015 20:04:08 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=93=20updated=20PHP=20version=20in=20the?= =?UTF-8?q?=20Composer=20configuration=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1149e1d..ca10fbe 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": ">=5.5.0", + "php": ">=5.4.0", "ext-bcmath" : "*" }, "require-dev": {