From cff729cf23972f884fa25aea48af3a9e8f39f057 Mon Sep 17 00:00:00 2001 From: Memo Date: Thu, 7 Apr 2022 15:56:12 +0200 Subject: [PATCH] Revert "Update manifest.json" This reverts commit 13cf851e8a535018707b87ee46b3e79c63f096f4. --- manifest.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/manifest.json b/manifest.json index 50a1bae..3f205d2 100644 --- a/manifest.json +++ b/manifest.json @@ -27,7 +27,7 @@ "multi_instance": true, "services": [ "nginx", - "php8.0-fpm", + "php7.4-fpm", "mysql" ], "arguments": { @@ -46,16 +46,6 @@ "name": "admin", "type": "user" }, - { - "name": "language", - "type": "string", - "ask": { - "en": "Choose the application language", - "fr": "Choisissez la langue de l'application" - }, - "choices": ["de", "fr", "en_US"], - "default": "fr" - }, { "name": "is_public", "type": "boolean",