mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
Drop support for older YunoHost versions.
I'm not sure how long it will take for people to migrate on YunoHost 11. Untill then, the package will not be available so bad news for them... Even if package should work on it, I cannot test against it as I don't use version 4.X anymore. Is there a CI for it?
This commit is contained in:
parent
217eb7e818
commit
7e79aa674a
1 changed files with 2 additions and 2 deletions
|
@ -29,12 +29,12 @@
|
|||
"email": "opi@zeropi.net"
|
||||
}],
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3.0"
|
||||
"yunohost": ">= 11.0.0"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php7.3-fpm"
|
||||
"php8.1-fpm"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
|
|
Loading…
Add table
Reference in a new issue