File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 44use App \Kernel ;
55use 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+
711if (!is_file (dirname (__DIR__ ).'/vendor/autoload_runtime.php ' )) {
812 throw new LogicException ('Symfony Runtime is missing. Try running "composer require symfony/runtime". ' );
913}
Original file line number Diff line number Diff line change 200200 "version": "v5.0.5"
201201 },
202202 "symfony/console": {
203- "version": "5.3 ",
203+ "version": "7.0 ",
204204 "recipe": {
205205 "repo": "github.com/symfony/recipes",
206- "branch": "master ",
206+ "branch": "main ",
207207 "version": "5.3",
208- "ref": "da0c8be8157600ad34f10ff0c9cc91232522e047 "
208+ "ref": "1781ff40d8a17d87cf53f8d4cf0c8346ed2bb461 "
209209 },
210210 "files": [
211211 "bin/console"
You can’t perform that action at this time.
0 commit comments