I have an application that uses some dependencies and these are managed by the composer everything working in the development environment.
But in production, how can you install a php application with dependencies?
What do I need to make everything work in production?