Skip to content

Commit

Permalink
Fix Compiler.php packages path
Browse files Browse the repository at this point in the history
  • Loading branch information
kengos committed Aug 29, 2012
1 parent 6d26279 commit d134409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Goutte/Compiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ protected function getFiles()
$dirs = array(
'vendor/composer',
'vendor/symfony',
'vendor/guzzle/guzzle/src/Guzzle'
'vendor/guzzle'
);

$iterator = Finder::create()->files()->name('*.php')->in($dirs);
Expand Down

0 comments on commit d134409

Please sign in to comment.