I keep getting this error
Mcrypt PHP extension required
at the bottom after I run a composer update :
composer update
You'll need to add the line
extension=mcrypt.so
In your phi.ini file responsible for the CLI PHP version. To find where it is, run:
php -i | grep 'Configuration File'