add php extensions required to README.md
timw4mail/HummingBirdAnimeClient/pipeline/pr-develop This commit looks good Details

This commit is contained in:
Kevin Colwell 2023-06-28 18:37:44 +00:00
parent 0453d5ca78
commit 9f14f17a6b
1 changed files with 9 additions and 3 deletions

View File

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