# HG changeset patch # User Matti Hamalainen # Date 1505125548 -10800 # Node ID 2f472f65d80a294253c8cf85d982122445446dab # Parent 585a8fb4a286eb60d5bb2011eec400f1411024c9 Make the PHP version requirement more explicit, as we do require 5.6 or newer. diff -r 585a8fb4a286 -r 2f472f65d80a README --- a/README Mon Sep 11 13:25:18 2017 +0300 +++ b/README Mon Sep 11 13:25:48 2017 +0300 @@ -2,7 +2,7 @@ ============ These are the "hard" requirements. - - PHP 5 and the PHP commandline interpreter (notice the latter!) + - PHP 5.6+ and the PHP commandline interpreter (notice the latter!) - A sane and working /bin/sh (bash, for example) - 'convert' utility of ImageMagick or GraphicsMagick. - Mercurial (Hg) DVCS.