From 76a6fdf56326b4412623f106d9500119cdb38b9e Mon Sep 17 00:00:00 2001 From: Michael Stenta Date: Fri, 13 May 2022 14:56:53 -0400 Subject: [PATCH] Pin entity_reference_revisions to version 1.9 because we are patching it. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 292d6e445..3297c4d0c 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "drupal/entity": "1.3", "drupal/entity_browser": "^2.6", "drupal/entity_reference_integrity": "^1.1", - "drupal/entity_reference_revisions": "^1.8", + "drupal/entity_reference_revisions": "1.9", "drupal/entity_reference_validators": "^1.0@alpha", "drupal/exif_orientation": "^1.1", "drupal/fraction": "^2.0",