feat(doc): add compat notice (#23)

This commit is contained in:
Victor Westerlund 2023-12-24 19:48:20 +01:00 committed by GitHub
parent d9f450112e
commit 9fe15eb00f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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