From 31ade93ff90664a5ae6f89b98d920f2c1b4b2028 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/composer/APKBUILD b/community/composer/APKBUILD index d2668394ac..4ac858421a 100644 --- a/community/composer/APKBUILD +++ b/community/composer/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Dave Hall pkgname=composer pkgver=1.6.5 -pkgrel=0 +pkgrel=1 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