From a10a77aaeafbeaab7bfbb9df353d266ae3aa64ce Mon Sep 17 00:00:00 2001 From: Sid Roberts Date: Fri, 18 Mar 2016 21:50:16 +0000 Subject: [PATCH] Support PHP 7. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 369f6cf..fdebe43 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Additional form and data validators extending the inbuilt phalcon validate interface.", "require": { "ext-phalcon": ">=1.3.4", - "php": "~5.3" + "php": ">=5.3" }, "autoload": { "psr-4": { @@ -18,4 +18,4 @@ } ], "minimum-stability": "dev" -} \ No newline at end of file +}