Problem/Motivation
tocify 3.1.x declares a dependency on jquery_ui in its info file, but this is not declared in its Composer file. This makes the module hard to install.
Proposed resolution
Declare the dependency in Composer or remove it from info.
Remaining tasks
Implement.
User interface changes
None.
API changes
None.
Data model changes
None.
Issue fork tocify-3515602
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
liam morlandComment #6
sanduhrsComment #8
liam morlandjquery_uihas minimum of Drupal 9.2 so that could be used as the minimum fortocifytoo.