]> Raphaël G. Git Repositories - blog/commitdiff
Update console and symfony recipes
authorRaphaël Gertz <git@rapsys.eu>
Thu, 16 Oct 2025 15:12:53 +0000 (17:12 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 16 Oct 2025 15:12:53 +0000 (17:12 +0200)
bin/console
symfony.lock

index c933dc535d0d19032f851d0aad82ae768fba6968..d8d530e2c36a68f7916acdfa16c9afafcad06bf0 100755 (executable)
@@ -4,6 +4,10 @@
 use App\Kernel;
 use Symfony\Bundle\FrameworkBundle\Console\Application;
 
 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".');
 }
 if (!is_file(dirname(__DIR__).'/vendor/autoload_runtime.php')) {
     throw new LogicException('Symfony Runtime is missing. Try running "composer require symfony/runtime".');
 }
index a91ed532fb7fbf2c0cffcc044cc357bf7f7bed66..b5fd284ba9f59cc5dbb60178ac55e0a078f03ea8 100644 (file)
         "version": "dev-master"
     },
     "symfony/console": {
         "version": "dev-master"
     },
     "symfony/console": {
-        "version": "6.2",
+        "version": "7.3",
         "recipe": {
             "repo": "github.com/symfony/recipes",
             "branch": "main",
             "version": "5.3",
         "recipe": {
             "repo": "github.com/symfony/recipes",
             "branch": "main",
             "version": "5.3",
-            "ref": "da0c8be8157600ad34f10ff0c9cc91232522e047"
+            "ref": "1781ff40d8a17d87cf53f8d4cf0c8346ed2bb461"
         },
         "files": [
             "bin/console"
         },
         "files": [
             "bin/console"