Browse Source

Fix PHP reqs, mention mariadb

pull/73/head
Alexander Skvortsov 4 years ago committed by GitHub
parent
commit
46c648991c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -21,7 +21,7 @@
## 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

Loading…
Cancel
Save