Cases where php artisan optimize is needed, especially when opcache
is enabled on production servers are limited enough to be a choice to
made by each deployment, not automatically done.
We so remove these step from composer install/update.
For CI purpose, that will speed up builds, ref T1003.