Fix PHP reqs, mention mariadb

pull/73/head
Alexander Skvortsov 2021-03-16 02:37:49 -04:00 committed by GitHub
parent cd4b673d98
commit 46c648991c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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