Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-03-22 10:32:15 +00:00
parent 46f17e0832
commit 3c8ec368d5
2 changed files with 46 additions and 1 deletions
+5 -1
View File
@@ -15,6 +15,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\".');",
"}",
@@ -31,7 +35,7 @@
"executable": true
}
},
"ref": "da0c8be8157600ad34f10ff0c9cc91232522e047"
"ref": "1781ff40d8a17d87cf53f8d4cf0c8346ed2bb461"
}
}
}