Add beta stability flags

pull/30/head v0.1.0-beta.3
Toby Zerner 2015-11-03 10:19:02 +10:30
parent fad38c0bbd
commit 18c471f015
2 changed files with 3 additions and 2 deletions

View File

@ -47,5 +47,6 @@
},
"config": {
"preferred-install": "dist"
}
},
"minimum-stability": "beta"
}

View File

@ -15,7 +15,7 @@
You must have SSH access to a server with **PHP 5.5+** and **MySQL 5.5+**, and install [Composer](https://getcomposer.org).
```
composer create-project flarum/flarum
composer create-project flarum/flarum . --stability=beta
```
Read the [Installation Guide](http://flarum.org/docs/installation) for more information.