diff --git a/manifest.json b/manifest.json index fc61f90..38e9987 100644 --- a/manifest.json +++ b/manifest.json @@ -42,6 +42,16 @@ "example": "/xprober", "default": "/xprober" }, + { + "name": "phpversion", + "type": "string", + "ask": { + "en": "Choose a PHP version you want to use for your app", + "fr": "Choisissez une version PHP que vous souhaitez utiliser pour votre application" + }, + "choices" : ["7.4", "8.0"], + "default" : "8.0" + }, { "name": "is_public", "type": "boolean",