From 6925a707266b11e515940a66b16cd5d2c642823c Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 22 Nov 2023 20:03:45 +0100 Subject: [PATCH] :memo: change minimum requirements in readme (#2155) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 638ed0fc9..3025482bf 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ To set up a Träwelling instance you'll need: * [MariaDB](https://mariadb.org/download) or [MySQL](https://www.mysql.com/de/downloads/) (SQLite is used for running tests) (You can use [Docker Compose](https://docs.docker.com/compose/) and the [dev.docker-compose.yml](dev.docker-compose.yml) for that) * [Composer](https://getcomposer.org/download/) -* PHP 8.1 and the dependencies mentioned in composer.json +* PHP 8.2 and the dependencies mentioned in composer.json A local instance of [db-rest v5](https://github.com/derhuerst/db-rest/tree/5) is recommended for the connection to HAFAS. Alternatively you can use a public instance (see .env.example).