]> Raphaƫl G. Git Repositories - airlibre/blobdiff - bin/console
Update symfony console
[airlibre] / bin / console
index 4fbdaa5dd0d02712c5b8e114b9d0d03c5d9b42d9..24bff229c1b812b01d849b28600fdbb6eaaa0d84 100755 (executable)
@@ -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".');
 }