Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Fritsch committed Jul 12, 2024
1 parent 35ba29b commit bff794e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/developer-guide/migration/migrate-7-8.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ was successfully executed.
composer require drupal/blazy drupal/slick
```

Also, if you have the jquery_ui_draggable or default_content enabled, you have to
Also, if you have jquery_ui, jquery_ui_draggable or default_content enabled, you have to
require them own your own, since Thunder removed them from the distribution.

```bash
composer require drupal/jquery_ui
composer require drupal/jquery_ui_draggable
composer require drupal/default_content
```

0 comments on commit bff794e

Please sign in to comment.