From 3119e173cbabfb76c055b0ca98ad58bbd1eee8cd Mon Sep 17 00:00:00 2001 From: ymeister <47071325+ymeister@users.noreply.github.com> Date: Thu, 29 Oct 2020 16:42:00 +0000 Subject: [PATCH] Updated Requirements (markdown) --- Requirements.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Requirements.md b/Requirements.md index d04f736..62f4638 100644 --- a/Requirements.md +++ b/Requirements.md @@ -9,6 +9,7 @@ - [`simplexml`](https://secure.php.net/manual/en/book.simplexml.php) extension - [`curl`](https://secure.php.net/manual/en/book.curl.php) extension - [`json`](https://secure.php.net/manual/en/book.json.php) extension + - [`filter`](https://secure.php.net/manual/en/book.filter.php) extension - [`sqlite3`](http://php.net/manual/en/book.sqlite3.php) extension (only when using SQLiteCache) Enable extensions by un-commenting the corresponding line in your PHP configuration (`php.ini`).