From 011160a3c2b8e9f14c91e490f55c49afcc1c066f Mon Sep 17 00:00:00 2001 From: Kevin C Date: Wed, 28 Jun 2023 18:37:44 +0000 Subject: [PATCH] add php extensions required to README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 062c4a97..ef249f9f 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,18 @@ Update your anime/manga list on Kitsu.io and Anilist ### Requirements -* PHP 8 -* PDO SQLite or PDO PostgreSQL (For collection tab) -* GD extension for caching images +* PHP 8.2 + * ext-dom (For editing the DOM) + * ext-gd (For caching images) + * ext-intl (For time localization) + * ext-json + * ext-mbstring + * ext-pdo ### Highly Recommended + * Redis or Memcached for caching +* PDO SQLite or PDO PostgreSQL (For collection tab) ### Installation