From 04f1b13a7d23bda40e25c46bb28013299714746f Mon Sep 17 00:00:00 2001 From: aaronbauman <aaronbauman@384578.no-reply.drupal.org> Date: Wed, 9 Sep 2020 21:08:30 -0400 Subject: [PATCH] Issue #3170137 by AaronBauman: Add sub-module dependencies to require-dev so that merge-request tests will work --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8794ac3b..57450431 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "drupal/key": "^1.14", "firebase/php-jwt": "^5.0", "lusitanian/oauth": "^0.8.11", - "drupal/dynamic_entity_reference": "^1.9 || ^2.0@alpha10", + "drupal/dynamic_entity_reference": ">=1.9 <3.0", "drupal/typed_data": "^1.0-alpha5", "messageagency/force.com-toolkit-for-php": "^1.0.1", "ext-soap": "*" -- GitLab