From 188634d119e12db6b432198dd8889bc9285c286f Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Sun, 24 Dec 2023 19:47:40 +0100 Subject: [PATCH] feat(doc): add compat notice --- 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