From 7027117c82cd8b9d9f3fb89558a088e0575434d3 Mon Sep 17 00:00:00 2001 From: Nikolay Lobachev Date: Sun, 2 Oct 2022 16:56:10 +0200 Subject: [PATCH] Set drupal console core to version 1.9.8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9f22259ea..e209e3491 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "composer/installers": "~1.0", "doctrine/annotations": "^1.2", "doctrine/collections": "^1.3", - "drupal/console-core": "dev-master", + "drupal/console-core": "^1.9.8", "drupal/console-extend-plugin": "~0.9.5", "psy/psysh": "0.6.* || ~0.8", "symfony/expression-language": "~3.0|~4.0",