drupal-console icon indicating copy to clipboard operation
drupal-console copied to clipboard

[console] Make Drupal Console work with Symfony 4

Open ranqiangjun opened this issue 4 years ago • 5 comments

Problem/Motivation

Drupal console is using Symfony 2|3 components, Drupal 9 is coming soon in about 6 months and there is a patch for Symfony 4.4 support in Drupal 8 already( See Allow Symfony 4.4 to be installed in Drupal 8)

Can not install drupal console while using drupal/core 9.0.x-dev

ranqiangjun avatar Dec 31 '19 07:12 ranqiangjun

Some info can be found here: https://www.drupal.org/project/drupal/issues/3146509

HarishSTOnline avatar Jun 29 '20 04:06 HarishSTOnline

So....is this going to happen?

camerongreen avatar Aug 06 '20 06:08 camerongreen

1.9.5 claims to be compatible with Drupal 9, so maybe this can be closed?

https://github.com/hechoendrupal/drupal-console/releases/tag/1.9.5

longwave avatar Nov 12 '20 11:11 longwave

I can install it now but there are still a few issues, which seem very fundamental to me. Module creation for instance doesn't use the new version specifier.

camerongreen avatar Nov 12 '20 22:11 camerongreen

I am trying to turn on debugging for Twigs, and the instructions I am reading say I need to have Drupal Console in order to turn that on, but then I run the composer command to install Console I am told that there is nothing to install. Composer version 1.10.17 2020-10-30 22:31:58 Drupal Version 9.1.0

JasonWeakley avatar Dec 18 '20 16:12 JasonWeakley