From f447abfb60e0e255cad7b5c94e2c1615825be7af Mon Sep 17 00:00:00 2001
From: LogMANOriginal <LogMANOriginal@users.noreply.github.com>
Date: Sat, 2 Mar 2019 19:31:32 +0100
Subject: [PATCH] Updated Requirements (markdown)

---
 Requirements.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Requirements.md b/Requirements.md
index baa658a..d04f736 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
+  - [`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`).