Remove or higher from mysql

Mysql version 8.x isn't supported so `or higher` shouldn't be there, as it implies MySQL 8 is supported.
This commit is contained in:
Sir3lit 2019-03-27 02:20:59 -04:00 committed by GitHub
parent 6a796da4df
commit 5347910167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ this software on an OpenVZ based system you will — most likely — not
## Dependencies
* PHP `7.2` with the following extensions: `cli`, `openssl`, `gd`, `mysql`, `PDO`, `mbstring`, `tokenizer`, `bcmath`, `xml` or `dom`, `curl`, `zip`
* MySQL `5.7` or higher **or** MariaDB `10.1.3` or higher
* MySQL `5.7`**or** MariaDB `10.1.3` or higher
* Redis (`redis-server`)
* A webserver (Apache, NGINX, Caddy, etc.)
* `curl`