Instructions for https://www.drupal.org/project/remove_unused_files from @zealialize is to install via composer; composer require 'drupal/remove_unused_files:^1.0@beta' Getting this;
-bash-4.2$ composer require -W 'drupal/remove_unused_files:^1.0@beta' ./composer.json has been updated Running composer update drupal/remove_unused_files --with-all-dependencies Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.
Problem 1 - drupal/remove_unused_files[1.0.0-beta1, ..., 1.0.0-beta2] require drush/drush ^9.0 -> found drush/drush[9.0.0, ..., 9.7.3] but it conflicts with your root composer.json require (^10.6). - Root composer.json requires drupal/remove_unused_files ^1.0@beta -> satisfiable by drupal/remove_unused_files[1.0.0-beta1, 1.0.0-beta2].
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Does this mean I have to revert drush to version 9.0 in order to install "unused_files" extension?