Skip to content

Optionally exclude packages-dev in composer.lock files [gemnasium only]

Oscar Tovar requested to merge hacks4oats/exclude-composer-dev-deps into master

What does this MR do?

This MR parses adds the ability to parse and optionally exclude the packages-dev section of a composer.lock file. If the DS_INCLUDE_DEV_DEPENDENCIES env var is set to false, it will exclude all of the dev dependencies.

What are the relevant issue numbers?

gitlab-org/gitlab#343041 (closed)

Does this MR meet the acceptance criteria?

Edited by Oscar Tovar

Merge request reports