From bba450f21efece4b1b90647ef1d0aeb8019aff96 Mon Sep 17 00:00:00 2001 From: Nik Samokhvalov Date: Tue, 24 Nov 2015 20:38:39 +0300 Subject: [PATCH] Update PHP reqired version --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a904bff..06f9f19 100644 --- a/composer.json +++ b/composer.json @@ -16,11 +16,11 @@ } ], "require": { - "php": ">=5.3", + "php": ">=5.4", "bitrix-expert/tools": "1.*" }, "autoload": { "psr-4": {"Bex\\Niceaccess\\": "src/"}, "files": ["src/bootstrap.php"] } -} \ No newline at end of file +}