Skip to content

Commit 128ab50

Browse files
composer recipes:update symfony/console
1 parent 60f0c3c commit 128ab50

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

bin/console

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
use App\Kernel;
55
use 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+
711
if (!is_file(dirname(__DIR__).'/vendor/autoload_runtime.php')) {
812
throw new LogicException('Symfony Runtime is missing. Try running "composer require symfony/runtime".');
913
}

symfony.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,12 @@
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"

0 commit comments

Comments
 (0)