Problem/Motivation
Drush is helpful for setting up a development environment.
in ddev/ddev-drupal-contrib you install development dependencies by adding them to the require-dev section in composer.json.
Proposed resolution
Add "require-dev": {"drush/drush": "*"} to composer.json. This will allow any version of drush that supports whichever version of core a user happens to be testing the feedback module with.
Remaining tasks
Merge request- merge request !10 created by @mparker17 in #2Commit- merged by @mparker17 in #4- Release
User interface changes
None.
API changes
None.
Data model changes
None.
Issue fork feedback-3586798
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
mparker17Added a merge request
Comment #5
mparker17Merged! I will update this issue when its code gets released.