Auto-update Composer

Super simple:

crontab -e

# Update Composer at 2 AM daily
* 2 * * * /usr/bin/composer self-update