Merge pull request #193 from YunoHost/Upgrade-requirements-to-Bullseye
Upgrade requirements to Bullseye
This commit is contained in:
commit
32111a7a47
1 changed files with 2 additions and 2 deletions
|
@ -22,12 +22,12 @@
|
||||||
"email": "john.doe@example.com"
|
"email": "john.doe@example.com"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.3.0"
|
"yunohost": ">= 11.0.0"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"php7.3-fpm",
|
"php7.4-fpm",
|
||||||
"mysql"
|
"mysql"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
|
|
Loading…
Reference in a new issue