Skip to content

Commit d530533

Browse files
committed
Fix path to Composer autoload.php
1 parent 97dd870 commit d530533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/pdepend-summary-formatter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ declare(strict_types=1);
1313
use AndreyTech\Pdepend\Summary\Formatter\Application;
1414

1515
(static function() {
16-
foreach ([ '/../', '/../vendor/' ] as $path) {
16+
foreach ([ '/../../../', '/../vendor/' ] as $path) {
1717
$autoloadFile = __DIR__ . $path . 'autoload.php';
1818
if (is_file($autoloadFile)) {
1919
if (is_readable($autoloadFile)) {

0 commit comments

Comments
 (0)