mirror of https://github.com/flarum/flarum
Fix PHP reqs, mention mariadb
parent
cd4b673d98
commit
46c648991c
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
You must have SSH access to a server with **PHP 7.2+** and **MySQL 5.6+**, and install [Composer](https://getcomposer.org/).
|
You must have SSH access to a server with **PHP 7.3+** and **MySQL 5.6+** or **MariaDB 10.0.5+**, and install [Composer](https://getcomposer.org/).
|
||||||
|
|
||||||
```
|
```
|
||||||
composer create-project flarum/flarum . --stability=beta
|
composer create-project flarum/flarum . --stability=beta
|
||||||
|
|
Loading…
Reference in New Issue