Skip to content

Commit a6167de

Browse files
lucasheddingBerdir
authored andcommitted
Issue #2795709 by heddn: Update composer.json and namespace module dependencies
1 parent f74dca8 commit a6167de

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
"type": "drupal-module",
55
"license": "GPL-2.0+",
66
"minimum-stability": "dev",
7-
"require": { }
7+
"require": {
8+
"drupal/core": "~8"
9+
}
810
}

redirect.info.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ core: 8.x
55
configure: redirect.settings
66

77
dependencies:
8-
- link
9-
- views
8+
- drupal:link
9+
- drupal:views

0 commit comments

Comments
 (0)