mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
fix
This commit is contained in:
parent
df4a4eddd3
commit
a846d5c895
4 changed files with 10 additions and 2 deletions
0
doc/DISCLAIMER.md
Normal file
0
doc/DISCLAIMER.md
Normal file
BIN
doc/screenshots/screenshot.jpg
Normal file
BIN
doc/screenshots/screenshot.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 257 KiB |
|
@ -6,8 +6,16 @@
|
||||||
"en": "Photo-management-system to manage and share photos.",
|
"en": "Photo-management-system to manage and share photos.",
|
||||||
"fr": "Système de gestion de photos pour gérer et partager des 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/",
|
"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",
|
"license": "MIT",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "eric_G",
|
"name": "eric_G",
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
YNH_PHP_VERSION="7.4"
|
YNH_PHP_VERSION="7.4"
|
||||||
|
|
||||||
# Composer version
|
# 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"
|
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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue