Skip to content
Snippets Groups Projects
Commit 98e2a857 authored by C_Logemann's avatar C_Logemann
Browse files

Issue #3092304 by JeroenT, C_Logemann: Add support for Dynamic Entity Reference 2.x

parent d807e97b
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"license": "GPL-2.0+", "license": "GPL-2.0+",
"require": { "require": {
"drupal/core": "^8.8.0 || ^9", "drupal/core": "^8.8.0 || ^9",
"drupal/dynamic_entity_reference": "^1.0" "drupal/dynamic_entity_reference": "^1.0 || ^2.0@alpha"
}, },
"extra": { "extra": {
"drush": { "drush": {
......
...@@ -4,5 +4,5 @@ description: 'Periodically checks for broken links in content.' ...@@ -4,5 +4,5 @@ description: 'Periodically checks for broken links in content.'
core_version_requirement: ^8.8 || ^9 core_version_requirement: ^8.8 || ^9
configure: linkchecker.admin_settings_form configure: linkchecker.admin_settings_form
dependencies: dependencies:
- dynamic_entity_reference:dynamic_entity_reference (>= 1.0) - dynamic_entity_reference:dynamic_entity_reference
- drupal:system (>= 8.6) - drupal:system (>= 8.6)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment