mirror of https://github.com/flarum/flarum
Latest beta now requires PHP 7.2+
parent
9400a34ab0
commit
3aeffd15aa
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
You must have SSH access to a server with **PHP 7.1+** and **MySQL 5.6+**, and install [Composer](https://getcomposer.org/).
|
You must have SSH access to a server with **PHP 7.2+** and **MySQL 5.6+**, 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