{ "name": "Phpinfo", "id": "phpinfo", "packaging_format": 1, "description": { "en": "Simple phpinfo", "fr": "Simple phpinfo" }, "version": "1.0~ynh4", "url": "https://www.php.net/manual/fr/function.phpinfo.php", "upstream": { "license": "GPL-3.0-or-later", "website": "https://www.php.net/manual/fr/function.phpinfo.php" }, "license": "GPL-3.0-or-later", "maintainer": { "name": "Maniack Crudelis", "email": "maniackc_dev@crudelis.fr" }, "requirements": { "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ "nginx", "php7.4-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/phpinfo", "default": "/phpinfo" }, { "name": "phpversion", "type": "string", "ask": { "en": "Choose the version of PHP to use.", "fr": "Choisissez la version de PHP à utiliser." }, "choices": ["7.3", "7.4", "8.0", "8.1"], "default": "7.4" } ] } }