1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zerobin_ynh.git synced 2024-09-03 18:06:01 +02:00
This commit is contained in:
Éric Gaspar 2023-08-27 23:04:19 +02:00
parent bda95678ce
commit 88f312a755
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
"en": "Minimalist pastebin where the server has zero knowledge of pasted data", "en": "Minimalist pastebin where the server has zero knowledge of pasted data",
"fr": "Pastebin minimaliste où le serveur n'a aucune connaissance des données copiées" "fr": "Pastebin minimaliste où le serveur n'a aucune connaissance des données copiées"
}, },
"version": "1.3.5~ynh3", "version": "1.5.2~ynh1",
"url": "https://privatebin.info/", "url": "https://privatebin.info/",
"upstream": { "upstream": {
"license": "Zlib", "license": "Zlib",
@ -21,7 +21,7 @@
"email": "julien.malik@paraiso.me" "email": "julien.malik@paraiso.me"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.3.0" "yunohost": ">= 11.2"
}, },
"multi_instance": true, "multi_instance": true,
"services": [ "services": [

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES # COMMON VARIABLES
#================================================= #=================================================
YNH_PHP_VERSION="7.3" YNH_PHP_VERSION="8.2"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS