1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpinfo_ynh.git synced 2024-09-03 19:56:23 +02:00
This commit is contained in:
Éric Gaspar 2023-11-11 23:43:08 +01:00
parent 370191a6d4
commit b5d3bc7904
2 changed files with 15 additions and 2 deletions

View file

@ -7,18 +7,21 @@ description.fr = "Simple phpinfo"
version = "1.0~ynh4"
maintainers = ["Maniack Crudelis"]
maintainers = [""]
[upstream]
license = "GPL-3.0-or-later"
website = "https://www.php.net/manual/fr/function.phpinfo.php"
[integration]
yunohost = ">= 11.1.21"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"

View file

@ -11,3 +11,13 @@ test_format = 1.0
# -------------------------------
# Default args to use for install
# -------------------------------
[80_test]
only = ["install.subdir", "backup_restore", "upgrade" ]
args.phpversion = "8.0"
[82_test]
only = ["install.subdir", "backup_restore", "upgrade" ]
args.phpversion = "8.2"