Skip to content

Commit

Permalink
search lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
0 authored and 0 committed Oct 27, 2017
1 parent 352dd0e commit df6d602
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PHPackage.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ private function analyzer($dependencies)
if (!$found)
$found = $this->analyzeFolder($plugin . '/dist');

// search in lib/ folder
if (!$found)
$found = $this->analyzeFolder($plugin . '/lib');

// search in plugin folder
if (!$found)
$this->analyzeFolder($plugin, true);
Expand Down

0 comments on commit df6d602

Please sign in to comment.