mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
Add PHP-xml dependency for DOM extension
This commit is contained in:
parent
dfc947b7dc
commit
2d1d1836f6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
phpversion="7.4"
|
||||
|
||||
# dependencies used by the app
|
||||
pkg_dependencies="php$phpversion-cli php$phpversion-mysql php$phpversion-json php$phpversion-gd php$phpversion-tidy php$phpversion-curl php-gettext php$phpversion-redis"
|
||||
pkg_dependencies="php$phpversion-cli php$phpversion-mysql php$phpversion-json php$phpversion-gd php$phpversion-tidy php$phpversion-curl php-gettext php$phpversion-redis php$phpversion-xml"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Add table
Reference in a new issue