Problem/Motivation
I upgrade to drush 13 and since I have this error when I execute drush :
Error: Class "DrupalFinder\DrupalFinder" not found in Drupal\dotenv\Commands\DotenvInitCommand->__construct() (line 48 of /home/clients/xxxxxxx/sites/xxxxx/web/modules/contrib/dotenv/src/Commands/DotenvInitCommand.php).
webflo/drupal-finder is no longer require by drush/drush
Steps to reproduce
Upgrade to drush 13
Proposed resolution
Add webflo/drupal-finder as dependency in composer.json
Issue fork dotenv-3466616
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
dieterholvoet commented@notFloran Could you check if the changes in this MR fix the issue for you?
Comment #6
dieterholvoet commentedNever mind, since we're changing composer.json here patching won't work. I'll just merge this. Thanks for reporting!
Comment #7
notfloran commentedThanks for this quick fix!