You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ This adds the value as a constraint of `drupal/core-recommended` to the generate
62
62
-`ddev restart`
63
63
-`ddev symlink-project`
64
64
-`cweagans/composer-patches:^1` is added by `ddev poser` so feel free to configure any patches that your project needs.
65
+
- Any development dependencies (e.g. Drush) should be manually added to require-dev in your project's composer.json file. Don't use the `composer require` command to do that.
0 commit comments