What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi community, we are trying to clean up our production environments. per default "composer install"

U0121G9LVNC
U0121G9LVNC Posts: 27 🧑🏻‍🚀 - Cadet

Hi community,
we are trying to clean up our production environments. per default "composer install" is used to build for production. however this also installs dev dependencies which could lead to security issues.
Building the images with composer install --no-dev removes a whole bunch of dev dependencies. However these dependencies are required by the ShopApplication or Twig.
Is there a way to only use those plugins during development and NOT on production?
A good example is the WebProfiler https://documentation.spryker.com/docs/web-profiler-widget# which is required as a dev dependency but hardcoded in the application (see Screenshot 2, ShopApplicationDependencyProvider)

Comments