Skip to content

Commit

Permalink
chore: update dependencies (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Apr 19, 2024
1 parent e9fbefe commit 5b073b7
Show file tree
Hide file tree
Showing 6 changed files with 3,848 additions and 2,972 deletions.
4 changes: 4 additions & 0 deletions api/bin/console
Expand Up @@ -4,6 +4,10 @@
use App\Kernel;
use Symfony\Bundle\FrameworkBundle\Console\Application;

if (!is_dir(dirname(__DIR__).'/vendor')) {
throw new LogicException('Dependencies are missing. Try running "composer install".');
}

if (!is_file(dirname(__DIR__).'/vendor/autoload_runtime.php')) {
throw new LogicException('Symfony Runtime is missing. Try running "composer require symfony/runtime".');
}
Expand Down

0 comments on commit 5b073b7

Please sign in to comment.