mirror of
https://github.com/YunoHost-Apps/opensondage_ynh.git
synced 2024-09-03 19:46:28 +02:00
Add explicit dependency on php-xml.
Fix #44 https://github.com/YunoHost-Apps/opensondage_ynh/issues/44
This commit is contained in:
parent
c45b887290
commit
14859141da
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ ynh_app_setting_set "$app" is_public "$is_public"
|
|||
# INSTALL DEPENDENCIES
|
||||
#=================================================
|
||||
|
||||
ynh_install_app_dependencies php-fpdf
|
||||
ynh_install_app_dependencies php-fpdf php-xml
|
||||
|
||||
#=================================================
|
||||
# CREATE A MYSQL DATABASE
|
||||
|
|
Loading…
Add table
Reference in a new issue