From 5a57d6308e91b1cff2eba8f5e18e8439c43ed45a Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 5 Jan 2023 16:58:46 +0100 Subject: [PATCH] increase minimum required version of PHP to 7.3 Other versions are not tested anymore. --- docs/admin/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/Installation.md b/docs/admin/Installation.md index 90b2cb39..f6692f58 100644 --- a/docs/admin/Installation.md +++ b/docs/admin/Installation.md @@ -53,7 +53,7 @@ For running Nominatim: * [PyICU](https://pypi.org/project/PyICU/) * [PyYaml](https://pyyaml.org/) (5.1+) * [datrie](https://github.com/pytries/datrie) - * [PHP](https://php.net) (7.0 or later) + * [PHP](https://php.net) (7.3+) * PHP-pgsql * PHP-intl (bundled with PHP) * PHP-cgi (for running queries from the command line) -- 2.39.5