Problem/Motivation
#3373147: Fix phpstan deprecation errors removed drush.services.yml, but this file is still referenced in composer.json
Steps to reproduce
See https://git.drupalcode.org/project/markdown/-/blob/3.0.x/composer.json?r...
Proposed resolution
Remove reference to removed drush.services.yml from composer.json
Remaining tasks
- Write a merge request
- Review
- Commit
User interface changes
None
API changes
None
Data model changes
None
Issue fork markdown-3567290
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 #3
idebr commentedThe merge request removes the reference to drush.services.yml from composer.json
Comment #4
joelpittetThanks idebr ! I merged that fix