diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-01-14 09:23:15 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-01-14 10:02:42 +0000 |
commit | 400633702e3c329b349ae82019e4c6d9936c4f90 (patch) | |
tree | 7932669da2645a7064eebd5c2788a75656f1a5bf | |
parent | ab4115ebaf0815752f55192948db5c7eccb8995a (diff) | |
download | aports-400633702e3c329b349ae82019e4c6d9936c4f90.tar.bz2 aports-400633702e3c329b349ae82019e4c6d9936c4f90.tar.xz |
community/composer: add missing dependencies
Composer does not run properly without iconv and mbstring.
-rw-r--r-- | community/composer/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |