1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cachet_ynh.git synced 2024-09-03 18:16:03 +02:00

Add missing dependency

This commit is contained in:
Luke Murphy 2019-07-21 16:29:17 +02:00
parent dbbe767069
commit 0c4d42c754
No known key found for this signature in database
GPG key ID: 5E2EF5A63E3718CC

View file

@ -5,7 +5,7 @@
# =============================================================================
# Package dependencies
pkg_dependencies="php5-gd php5-mcrypt"
pkg_dependencies="php5-gd php5-mcrypt php-mbstring"
# =============================================================================
# COMMON CACHET FUNCTIONS