1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lychee_ynh.git synced 2024-09-03 19:36:36 +02:00
This commit is contained in:
ericgaspar 2021-06-23 11:52:59 +02:00
parent df4a4eddd3
commit a846d5c895
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 10 additions and 2 deletions

0
doc/DISCLAIMER.md Normal file
View file

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

View file

@ -6,8 +6,16 @@
"en": "Photo-management-system to manage and share photos.",
"fr": "Système de gestion de photos pour gérer et partager des photos."
},
"version": "4.3~ynh1",
"version": "4.3~ynh2",
"url": "https://lycheeorg.github.io/",
"upstream": {
"license": "MIT",
"website": "https://lycheeorg.github.io/",
"demo": "https://lycheeorg.github.io/demo/",
"admindoc": "https://lycheeorg.github.io/docs/",
"userdoc": "https://yunohost.org/en/app_lychee",
"code": "https://github.com/LycheeOrg/Lychee"
},
"license": "MIT",
"maintainer": {
"name": "eric_G",

View file

@ -7,7 +7,7 @@
YNH_PHP_VERSION="7.4"
# Composer version
YNH_COMPOSER_VERSION="2.0.13"
YNH_COMPOSER_VERSION="2.1.3"
extra_php_dependencies="php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-bcmath php${YNH_PHP_VERSION}-exif php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-mysqli php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-zip"