From bc6256c28e25ecfbed18d049bf99a31daff99900 Mon Sep 17 00:00:00 2001 From: hnrd Date: Wed, 26 Dec 2018 20:51:47 +0100 Subject: [PATCH] Require PHP < 7.3 for Pixelfed to work. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b9684e9b..a2520a39e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ there is a stable release**. The following setup instructions are intended for testing and development. ## Requirements - - PHP >= 7.1.3 (7.2+ recommended for stable version) + - PHP >= 7.1.3 < 7.3 (7.2.x recommended for stable version) - MySQL >= 5.7, Postgres (MariaDB and sqlite are not supported yet) - Redis - Composer