From 3572bd806840e6d60414f03147dad0842980110a Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 19 Oct 2018 08:13:00 +0100 Subject: [PATCH] update laravel requirements --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 82ca5e4a..0eceac99 100644 --- a/readme.md +++ b/readme.md @@ -95,7 +95,7 @@ Supported applications are recognized by the title of the application as entered - WebTools ## Installing -Apart from the Laravel dependencies, namely PHP >= 7.0.0, OpenSSL PHP Extension, PDO PHP Extension, Mbstring PHP Extension, Tokenizer PHP Extension and XML PHP Extension, the only other thing Heimdall needs is sqlite support. +Apart from the Laravel dependencies, namely PHP >= 7.1.3, OpenSSL PHP Extension, PDO PHP Extension, Mbstring PHP Extension, Tokenizer PHP Extension, XML PHP Extension, Ctype PHP Extension and JSON PHP Extension, the only other thing Heimdall needs is sqlite support. If you find you can't change the background make sure `php_fileinfo` is enabled in your php.ini. I believe it should be by default, but one user came across the issue on a windows system.