We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5e526 commit b71d16fCopy full SHA for b71d16f
plugins/package-managers/composer/src/main/kotlin/Composer.kt
@@ -112,7 +112,8 @@ class Composer(
112
override fun mapDefinitionFiles(definitionFiles: List<File>): List<File> {
113
val projectFiles = definitionFiles.toMutableList()
114
115
- // Ignore definition files from vendored dependencies to avoid them being recognized as projects.
+ // Ignore definition files from vendor directories that reside next to other definition files, to avoid the
116
+ // former from being recognized as projects.
117
var index = 0
118
while (index < projectFiles.size - 1) {
119
val projectFile = projectFiles[index++]
0 commit comments