I am trying to update laravel using composer update on ubuntu 06.04 but everytime i run composer update this warning always comes up.
composer update
PHP Warnin
Also, if you're using php 7.2 & are getting this error and you know do not want/need mcrypt, but do not know how to exclude it.... You need edit your php.ini file and either comment this out by using a semi-colon in front of it:
; extension=mcrypt.so
or just delete that line entirely.