aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-01-14 09:23:15 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2019-01-14 10:02:42 +0000
commit400633702e3c329b349ae82019e4c6d9936c4f90 (patch)
tree7932669da2645a7064eebd5c2788a75656f1a5bf /community
parentab4115ebaf0815752f55192948db5c7eccb8995a (diff)
community/composer: add missing dependencies
Composer does not run properly without iconv and mbstring.
Diffstat (limited to 'community')
-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() {