From fa38cc0dcb5dbadeba9554681e6840da864c3d41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Kalij=C3=A4rvi?= Date: Tue, 30 Jan 2024 09:46:50 +0200 Subject: [PATCH 1/2] Lock External entities module to 2.0-alpha6 as ExternalEntityTransformRawDataEvent extends non existent Symfony\Component\EventDispatcher\Event class. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 62253ad55..14f46506d 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "drupal/entity_browser": "^2.5", "drupal/entity_usage": "^2.0@beta", "drupal/eu_cookie_compliance": "^1.24", - "drupal/external_entities": "^2.0@alpha", + "drupal/external_entities": "2.0.0-alpha", "drupal/field_group": "^3.1", "drupal/focal_point": "^2.0", "drupal/gin_toolbar": "^1.0@rc", From 4c8134ff160eb3de65838dfc0dc4a0a1144f4a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Kalij=C3=A4rvi?= Date: Tue, 30 Jan 2024 09:48:56 +0200 Subject: [PATCH 2/2] Fixed typo. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 14f46506d..b806d0fb7 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "drupal/entity_browser": "^2.5", "drupal/entity_usage": "^2.0@beta", "drupal/eu_cookie_compliance": "^1.24", - "drupal/external_entities": "2.0.0-alpha", + "drupal/external_entities": "2.0.0-alpha6", "drupal/field_group": "^3.1", "drupal/focal_point": "^2.0", "drupal/gin_toolbar": "^1.0@rc",