Problem/Motivation

8.x-1.4 added Drupal 10 support. However, due to the change in psr/log version requirements between D9 and D10, the Drush commands file no longer works.

Steps to reproduce

Run a drush cache clear/updb with Drupal 10 and stage_file_proxy 8.x-1.4

Proposed resolution

Unfortunately, D9 can't update to psr/log 3, so this is a breaking change between D9 and D10 and will necessitate a version that only supports D10.

I suggest creating a 2.0.x branch and moving to full semantic versioning and applying the patch here to make the Drush commands work with D10.

Remaining tasks

Command icon 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:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

NickDickinsonWilde created an issue. See original summary.

NickDickinsonWilde’s picture

Status: Needs work » Needs review

Ready for review

greggles’s picture

Title: Drupal 10 Drush support » Drupal 10 only: Drush support

Thanks for this issue and MR. I filed #3323978: Create 2.x branch to support only Drupal 10 to track the bigger topic of Drupal 10 and semantic versioning that would need to be fixed before this could go in.

NickDickinsonWilde’s picture

Assigned: NickDickinsonWilde » Unassigned

thanks (and unassiged, accidentally left myself assigned)

markdorison’s picture

smustgrave’s picture

Version: 8.x-1.x-dev » 2.0.x-dev
smustgrave’s picture

Status: Needs review » Fixed

Merged into 2.0.x branch

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.