Skip to content

Commit

Permalink
Merge pull request #44 from angelej/fix-binary
Browse files Browse the repository at this point in the history
Fix autoloader path
  • Loading branch information
angelej authored May 22, 2024
2 parents 6fcd155 + caf08fb commit ee5a01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/insider
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php declare(strict_types=1);

require __DIR__ . '/../vendor/autoload.php';
require $_composer_autoload_path ?? __DIR__ . '/../vendor/autoload.php';

use Symfony\Component\Console\Application;
use Angelej\PhpInsider\Commands\AnalyseCommand;
Expand Down

0 comments on commit ee5a01f

Please sign in to comment.