From 7b82b14baa7e935822558bfcea23a83a72f2fdd5 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Tue, 5 May 2020 19:11:40 +0100 Subject: [PATCH] Update README.md to PHP 7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e2ce09..77e9bc1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ICEcoder is a web IDE / browser based code editor, which allows you to develop w ### Requirements -You can run ICEcoder either online or locally, on Linux, Windows or Mac based platforms. The only requirement is to have PHP 5 available (5.3 recommended). You can have this either as a vanilla installation or via a program such as WAMP or XAMPP (for Windows) or MAMP (for Mac). +You can run ICEcoder either online or locally, on Linux, Windows or Mac based platforms. The only requirement is to have PHP 7 available (7.4 recommended). You can have this either as a vanilla installation or via a program such as WAMP or XAMPP (for Windows) or MAMP (for Mac). ### Installation