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

This project contains commands and features to be shared across DrupalConsole projects.

Results 34 drupal-console-core issues
Sort by recently updated
recently updated
newest added

This is the error it throws when it can't find HOME environment variable ```  [email protected]   master U:1  ~/root/html/api_nexum  drupal cr all PHP Fatal error: Uncaught...

`NestedArray::yamlSplitArray()` throws deprecation warnings on PHP8.0+ due to required parameters following optional ones: ``` Deprecated function: Required parameter $exclude_parents_key follows optional parameter $indent_level in include() (line 444 of /home/[redacted]/gitrepo/vendor/composer/ClassLoader.php) #0...

Many other modules needs the Guzzle version 7.0 or above, but in Drupal Console Core package it is locked to 6.x version: ``` "guzzlehttp/guzzle": "~6.1" ``` Is there some important...

Drupal console will fail to install on a fresh Drupal 9, because of a dependency on an old version of symfony console. When trying to install drupal console via composer,...

Drupal 8.7 and later is compatible with Twig 2, but since this package is locked to 1.x it's not possible to upgrade, if you want to use both packages.

Currently, I've got `symfony/debug` `v4.0.6` installed as per: ``` $ composer global why symfony/debug -t symfony/debug v4.0.6 Symfony Debug Component └──symfony/console v3.4.6 (requires symfony/debug ~2.8|~3.0|~4.0) ├──consolidation/annotated-command 2.8.3 (requires symfony/console ^2.8|^3|^4)...

having in consideration these errrors i've updated the composer.json to the latest version ![Captura de pantalla 2020-05-28 a las 9 44 04](https://user-images.githubusercontent.com/423279/83180841-4e228080-a124-11ea-9d5e-dff2c2cb878b.jpg) i've tested some commands and it seems to...

I'm getting behavior similar to https://github.com/hechoendrupal/drupal-console-core/issues/261 the help text isn't translating for my custom command I generated using Drupal Console. I'm using Drupal 8.8.2 and Drupal Console 1.9.4 with a...

This would fix #338. I didn't test anything :)