From 2ce063d6b1505eb237d323a289ddcbd680ddd55e Mon Sep 17 00:00:00 2001 From: Arvid Zimmermann Date: Sat, 28 Oct 2023 14:15:35 +0200 Subject: [PATCH] added PHP 8.2 support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36fc0b0..3ff8a0b 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Visit our [wiki](https://wiki.flatpress.org) to learn everything about blogging Ask your questions, show off your FlatPress blog and meet fellow FlatPressers at the [support forum](https://forum.flatpress.org). ## Requirements -FlatPress runs on any web server (e.g. Apache or IIS) with PHP 7.1 to PHP 8.1 (more details [on the wiki](https://wiki.flatpress.org/doc:techfaq#what_is_required_to_run_flatpress)). Since all data is stored in files, no database is needed. +FlatPress runs on any web server (e.g. Apache or IIS) with PHP 7.1 to PHP 8.2 (more details [on the wiki](https://wiki.flatpress.org/doc:techfaq#what_is_required_to_run_flatpress)). Since all data is stored in files, no database is needed. ## Credits There are many people who contributed to FlatPress over the years. [See them here.](./CONTRIBUTORS.md)