Internal: Update symfony/console recipe

pull/5329/head
Angel Fernando Quiroz Campos 2 years ago
parent ac16fa45dd
commit 5eb27ee63b
  1. 4
      bin/console
  2. 4
      symfony.lock

@ -4,6 +4,10 @@
use Chamilo\Kernel; use Chamilo\Kernel;
use Symfony\Bundle\FrameworkBundle\Console\Application; 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')) { if (!is_file(dirname(__DIR__).'/vendor/autoload_runtime.php')) {
throw new LogicException('Symfony Runtime is missing. Try running "composer require symfony/runtime".'); throw new LogicException('Symfony Runtime is missing. Try running "composer require symfony/runtime".');
} }

@ -231,12 +231,12 @@
} }
}, },
"symfony/console": { "symfony/console": {
"version": "5.4", "version": "6.4",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
"version": "5.3", "version": "5.3",
"ref": "da0c8be8157600ad34f10ff0c9cc91232522e047" "ref": "1781ff40d8a17d87cf53f8d4cf0c8346ed2bb461"
}, },
"files": [ "files": [
"bin/console" "bin/console"

Loading…
Cancel
Save