Skip to content

Commit 5b073b7

Browse files
chore: update dependencies (#402)
1 parent e9fbefe commit 5b073b7

File tree

6 files changed

+3848
-2972
lines changed

6 files changed

+3848
-2972
lines changed

api/bin/console

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
use App\Kernel;
55
use Symfony\Bundle\FrameworkBundle\Console\Application;
66

7+
if (!is_dir(dirname(__DIR__).'/vendor')) {
8+
throw new LogicException('Dependencies are missing. Try running "composer install".');
9+
}
10+
711
if (!is_file(dirname(__DIR__).'/vendor/autoload_runtime.php')) {
812
throw new LogicException('Symfony Runtime is missing. Try running "composer require symfony/runtime".');
913
}

0 commit comments

Comments
 (0)