From ad4f6c7c01764e68e58b6dbe67e34d9609744021 Mon Sep 17 00:00:00 2001 From: Tim Gerundt Date: Fri, 12 Oct 2018 08:00:23 +0200 Subject: [PATCH] Update PHP Requirements in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3586361..3c892e2 100755 --- a/README.md +++ b/README.md @@ -233,15 +233,15 @@ You can then point your browser to http://localhost:8086 ## PHP Requirements -Daux.io is compatible with PHP 5.6 and up. +Daux.io is compatible with PHP 7.1.3 and up. -The reason is because some dependencies we have (mainly Symfony and Guzzle) do not support php 5.4 anymore. +The reason is because some dependencies we have (mainly Symfony and Guzzle) do not support PHP 5.6 anymore. ### Extensions PHP Needs the following extension to work : `php-mbstring` and `php-xml`. -If you encounter an error similar to `utf8_decode() not found` this means that you're missing the `php-xml` package. (We've seen it happen only on PHP 7) +If you encounter an error similar to `utf8_decode() not found` this means that you're missing the `php-xml` package. ## Support