Fix phpversion question type

This commit is contained in:
tituspijean 2023-08-16 17:52:17 +02:00
parent 4ebc7e27d5
commit ce93180771
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -48,7 +48,7 @@ ram.runtime = "50M"
[install.phpversion]
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"
type = "string"
type = "select"
choices = ["none", "7.4", "8.0", "8.1", "8.2"]
default = "8.0"