I am migrating an application from EC2 to Elastic Beanstalk and am struggling to install Composer dependencies (Mailgun, Twilio, etc.) across my EB servers.
I am able to install dependencies to single EC2 instances through SSH, but now that I am migrating everything to EB I do not know how to have the composer dependencies installed across all newly scaled instances.
Thank you!