1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/joomla_ynh.git synced 2024-09-03 19:26:34 +02:00

Update manifest.json

Remove php choice
This commit is contained in:
jarod5001 2022-03-22 00:36:06 +01:00 committed by GitHub
parent fbbea79be7
commit 4337ad108f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,16 +39,6 @@
"example": "/example",
"default": "/joomla"
},
{
"name": "phpversion",
"type": "string",
"ask": {
"en": "Choose a PHP version you want to use for your app. Yes, 8 is better",
"fr": "Choisissez une version PHP que vous souhaitez utiliser pour votre application. Oui, la 8 est meilleure"
},
"choices" : ["7.4", "8.0"],
"default" : "8.0"
},
{
"name": "admin",
"type": "user"