Can't install when using drush 11
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3271514. --> Reported by: [fabianderijk](https://www.drupal.org/user/278745) Related to !8 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>When running <code>composer require 'drupal/drd:^4.0'</code> on a running Drupal site with an already installed drush 11 dependency the module won't install. This is because of a dependency on <code>symfony/filesystem</code> with a version lower then the one drush installs.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>* Install Drupal<br> * Run <code>composer require 'drush/drush:^11.0'</code><br> * Run <code>composer require 'drupal/drd:^4.0'</code></p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Add the correct version to the dependencies in the modules composer.json.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>Create a patch. I will add this shortly.</p>
issue