increase minimum required version of PHP to 7.3

Other versions are not tested anymore.
This commit is contained in:
Sarah Hoffmann
2023-01-05 16:58:46 +01:00
parent cb73d562d5
commit 5a57d6308e

View File

@@ -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)