Merge pull request #193 from YunoHost/Upgrade-requirements-to-Bullseye

Upgrade requirements to Bullseye
This commit is contained in:
yalh76 2022-08-15 14:26:14 +02:00 committed by GitHub
commit 32111a7a47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": {