From 9fe15eb00f508c8f5cd674aeedf6d1a9f361149d Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Sun, 24 Dec 2023 19:48:20 +0100 Subject: [PATCH] feat(doc): add compat notice (#23) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a94b4cb..dec3cd3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ which would be equivalent to the following in MySQL: SELECT $columns FROM $table WHERE $filter ORDER BY $order_by LIMIT $limit; ``` -This library is built on top of the PHP [`MySQL Improved`](https://www.php.net/manual/en/book.mysqli.php) extension. +> [!IMPORTANT] +> This library is built on top of the PHP [`MySQL Improved`](https://www.php.net/manual/en/book.mysqli.php) extension and requires PHP 8.0 or newer. ## Install from composer