From 1df7f15d40f7f3198a16ea90625d10616294f7f8 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sat, 19 Oct 2019 20:32:00 +0100 Subject: [PATCH] require PHP 5.6+ --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d6cbf3bd..33cd3344 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "psalm": "@php ./vendor/bin/psalm --no-cache --show-info=false " }, "require": { - "php": ">=5.2" + "php": ">=5.6" }, "require-dev": { "ext-mysqli": "*", @@ -28,7 +28,7 @@ "php": ">7.2.0", "php-coveralls/php-coveralls" : "*", "phpunit/phpunit": "^6.0", - "vimeo/psalm":"3.0.8", + "vimeo/psalm":"^3.0", "zendframework/zendframework1": "^1.12.0" }, "autoload": {