Composer - extension iconv is missing
I solved this problem uncomment the line
ext=iconv
in /etc/php/ini.php Working on manjaro linux
So i found out, that composer uses different php config file, which is stored in
/usr/share/php-composer/php.ini
there I just added following line
extension=iconv.so
And everything works!