Internal: Update symfony/console recipe

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

@ -4,6 +4,10 @@
use Chamilo\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".');
}

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

Loading…
Cancel
Save