diff --git a/README.md b/README.md index 0b889f6ad1b2c7e6dfd4801c36c95a6cd9ce71ec..ccd695aede301b7e090a6ecb78c20744441ba5a5 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,11 @@ ## Introduction -Helper module to bring the Local Tasks to the Gin toolbar. +Helper module to bring the Local Tasks to the Drupal toolbar. ## Requirements -This module requires the following modules: - -- Requires [Gin Toolbar](https://www.drupal.org/project/gin_toolbar) +This module requires no additional modules. ## Installation diff --git a/composer.json b/composer.json index 234206bbb55ad3ccdc93db526ae5f47a1f833b84..ed52102b20352138e98d0a9b510e7007508973e8 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,8 @@ "issues": "https://www.drupal.org/project/issues/gin_toolbar_local_tasks", "source": "https://git.drupalcode.org/project/gin_toolbar_local_tasks" }, - "require": { - "drupal/gin_toolbar": "^1.0" + "suggest": { + "drupal/gin_toolbar": "Only needed when wanting to use the local tasks in combination with the gin toolbar in the frontend." }, "license": "GPL-2.0-or-later", "minimum-stability": "dev" diff --git a/gin_toolbar_local_tasks.info.yml b/gin_toolbar_local_tasks.info.yml index 9579498ed7d5c6e3c80c04e6a1e8933a28b91fdc..44e151b3b6a15080ca3894302946f12b08852ee7 100644 --- a/gin_toolbar_local_tasks.info.yml +++ b/gin_toolbar_local_tasks.info.yml @@ -6,4 +6,4 @@ type: module core_version_requirement: ^10 || ^11 dependencies: - - gin_toolbar:gin_toolbar + - drupal:toolbar