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`).