https://www.drush.org/latest/install/表示不再支持Drush 10。Drush 11似乎与drupal/推荐-project:9.*不兼容,因为它依赖symfony/http-client-contracts:2.5.0 (通过drupal/core-建议:9.*)。
是故意的还是我遗漏了什么?
发布于 2022-03-16 01:05:38
您可能需要使用--with-all-dependencies标志或-W更新依赖项。您应该能够这样做:
composer require drush/drush -Whttps://drupal.stackexchange.com/questions/310234
复制相似问题