When Drupal is installing modules and syncing config it posts this notice
[info] entity_reference_revisions should have an extra.drush.services section in its composer.json. See http://docs.drush.org/en/10.x/commands/#specifying-the-services-file.
This patch adds the missing section.
| Comment | File | Size | Author |
|---|---|---|---|
| entity_reference_revisions_composer.patch | 457 bytes | drewble |
Issue fork entity_reference_revisions-3225141
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 #2
m4oliveiAny reason to not allow Drush 9 as well? eg. "^9 || ^10"
Comment #5
timodwhit commentedUpdated to Drush 9.
Comment #7
berdirThe MR only allows drush 9 now, it should allow both. That said, I think drush 9 is no longer maintained.
Comment #9
ndf commentedComment #10
ressaFrom the Drush 11 release note:
... so perhaps add Drush 11 support?
Also, Drush 9 reached EOL in May 2020, so should it be removed?
Comment #11
solideogloria commentedMarking as RTBC, because it was tested on this issue and the patch worked and is basically the same.
#3225141: composer.json is missing extra.drush.services section
Drush 9 should not be removed. If the module is compatible, mark it as compatible. If the module removes its compatibility with Drush 9, then remove it.
If you use cweagans/composer-patches, the patch can be applied by adding this to composer.patches.json:
Comment #13
berdirMerged.