Fix phpversion question type
This commit is contained in:
parent
4ebc7e27d5
commit
ce93180771
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ ram.runtime = "50M"
|
||||||
[install.phpversion]
|
[install.phpversion]
|
||||||
ask.en = "Choose a PHP version you want to use for your app"
|
ask.en = "Choose a PHP version you want to use for your app"
|
||||||
ask.fr = "Choisissez une version PHP que vous souhaitez utiliser pour votre application"
|
ask.fr = "Choisissez une version PHP que vous souhaitez utiliser pour votre application"
|
||||||
type = "string"
|
type = "select"
|
||||||
choices = ["none", "7.4", "8.0", "8.1", "8.2"]
|
choices = ["none", "7.4", "8.0", "8.1", "8.2"]
|
||||||
default = "8.0"
|
default = "8.0"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue