I’m trying to install Drupal Console into a Drupal 9 installation, and get a php compatibility error:
% composer require drupal/console --prefer-dist --optimize-autoloader --sort-packages --no-update ... drupal/console[v1.9.0, ..., 1.9.4] require php ^5.5.9 || ^7.0 -> your php version (8.0.8) does not satisfy that requirement.
Is Console compatible with Drupal 8? Is there a workaround?