aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/composer/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/composer/APKBUILD b/community/composer/APKBUILD
index 0289dc0be3e..e1573390a7b 100644
--- a/community/composer/APKBUILD
+++ b/community/composer/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="Dependency manager for PHP"
url="https://getcomposer.org/"
arch="noarch"
license="MIT"
-depends="php7 php7-phar php7-json php7-openssl"
+depends="php7 php7-phar php7-json php7-openssl php7-mbstring php7-iconv"
source="$pkgname-$pkgver.phar::https://getcomposer.org/download/$pkgver/$pkgname.phar"
package() {