From 400633702e3c329b349ae82019e4c6d9936c4f90 Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Mon, 14 Jan 2019 09:23:15 +0000 Subject: community/composer: add missing dependencies Composer does not run properly without iconv and mbstring. --- community/composer/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/composer/APKBUILD b/community/composer/APKBUILD index 0289dc0be3..e1573390a7 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() { -- cgit v1.2.3