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 4
4
use App \Kernel ;
5
5
use Symfony \Bundle \FrameworkBundle \Console \Application ;
6
6
7
+ if (!is_dir (dirname (__DIR__ ).'/vendor ' )) {
8
+ throw new LogicException ('Dependencies are missing. Try running "composer install". ' );
9
+ }
10
+
7
11
if (!is_file (dirname (__DIR__ ).'/vendor/autoload_runtime.php ' )) {
8
12
throw new LogicException ('Symfony Runtime is missing. Try running "composer require symfony/runtime". ' );
9
13
}
Original file line number Diff line number Diff line change 200
200
"version": "v5.0.5"
201
201
},
202
202
"symfony/console": {
203
- "version": "5.3 ",
203
+ "version": "7.0 ",
204
204
"recipe": {
205
205
"repo": "github.com/symfony/recipes",
206
- "branch": "master ",
206
+ "branch": "main ",
207
207
"version": "5.3",
208
- "ref": "da0c8be8157600ad34f10ff0c9cc91232522e047 "
208
+ "ref": "1781ff40d8a17d87cf53f8d4cf0c8346ed2bb461 "
209
209
},
210
210
"files": [
211
211
"bin/console"
You can’t perform that action at this time.
0 commit comments