Composer Install doesn't seem to run at all during deploys

Can you post your composer.json file?

You could also try setting your Capistrano log level to debug and add this to your deploy.rb file:

set :composer_install_flags, '--no-dev --no-interaction --optimize-autoloader'

(This removes the default --quiet just so you can see more output of the composer command to see what’s going on.

1 Like