mirror of
https://github.com/YunoHost-Apps/zwiicms_ynh.git
synced 2024-09-03 18:06:04 +02:00
review_example_ynh
This commit is contained in:
parent
588531bc84
commit
70c990a238
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,10 @@
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# dependencies used by the app
|
# dependencies used by the app
|
||||||
pkg_dependencies="php7.0-zip"
|
#pkg_dependencies="php7.0-zip"
|
||||||
|
|
||||||
|
YNH_PHP_VERSION="7.3"
|
||||||
|
extra_php_dependencies="php${YNH_PHP_VERSION}-zip"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Reference in a new issue