Skip to content

Commit

Permalink
Remove composer
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b authored Mar 10, 2018
1 parent 9f7a8e6 commit ef739dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/BuildRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

class BuildRunner {
public static function run(string $path, bool $continue = true):void {
require(__DIR__ . "/../vendor/autoload.php");
$build = new Build($path);
$build->check();

Expand All @@ -18,4 +17,4 @@ public static function run(string $path, bool $continue = true):void {
usleep(100000);
} while($continue);
}
}
}

0 comments on commit ef739dd

Please sign in to comment.