Browse Source

Added explanation of why loop continues.

Danack 11 năm trước cách đây
mục cha
commit
20a7dcd02c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/Composer/Repository/ArtifactRepository.php

+ 1 - 0
src/Composer/Repository/ArtifactRepository.php

@@ -97,6 +97,7 @@ class ArtifactRepository extends ArrayRepository
 
                 if(strpos($directoryName, '\\') !== false ||
                    strpos($directoryName, '/') !== false) {
+                    //composer.json files below first directory are rejected
                     continue;
                 }