From 3a60eb576bcc3c6f940fb4923ee4689d53bfd289 Mon Sep 17 00:00:00 2001
From: chipway-drupal <chipway-drupal@276995.no-reply.drupal.org>
Date: Thu, 20 Sep 2018 10:18:09 +0200
Subject: [PATCH] Issue #3000775 by chipway: All dependencies must be prefixed
 with the project name

---
 structure_sync.info.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/structure_sync.info.yml b/structure_sync.info.yml
index 0c2e8ac..af35835 100755
--- a/structure_sync.info.yml
+++ b/structure_sync.info.yml
@@ -4,7 +4,7 @@ core: 8.x
 configure: structure_sync.general.form
 dependencies:
   - drupal:taxonomy
-  - menu_link_content
+  - drupal:menu_link_content
   - drupal:block
 package: Structure
 type: module
-- 
GitLab