mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
manifest: lower the required Yunohost version
All helpers are available starting from Yunohost 2.7.2, but I'm not sure we still install under jessie.
This commit is contained in:
parent
6826e253b4
commit
532864f91e
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ A Yunohost package for [Mattermost](http://www.mattermost.org/), an open-source,
|
||||||
Mattermost requires:
|
Mattermost requires:
|
||||||
|
|
||||||
* A x86_64 system (check with `uname -m`) (ARM Raspberry Pi won’t work, sorry),
|
* A x86_64 system (check with `uname -m`) (ARM Raspberry Pi won’t work, sorry),
|
||||||
* Yunohost 3.2 or higher (check in Yunohost Admin panel),
|
* Yunohost 3.0 or higher (check in Yunohost Admin panel),
|
||||||
* MySQL 5.6 or higher, or MariaDB 10 or higher (check with `mysql --version`).
|
* MySQL 5.6 or higher, or MariaDB 10 or higher (check with `mysql --version`).
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
"nginx"
|
"nginx"
|
||||||
],
|
],
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 3.2.0"
|
"yunohost": ">= 3.0.0"
|
||||||
},
|
},
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install" : [
|
||||||
|
|
Loading…
Reference in a new issue