From cf798296f8ac049d7411fb2eff64ea2ff55fa8ff Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Thu, 8 Jun 2023 22:59:54 +0300
Subject: [PATCH] Issue #3365734: Update Entity Embed from 1.x-dev to ~1.0
 after a supported Drupal 10 tag was released

---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 9a35f97..c634571 100644
--- a/composer.json
+++ b/composer.json
@@ -42,7 +42,7 @@
     "drupal/entity_browser_enhanced": "~2.0.0",
     "drupal/dropzonejs": "~2.0",
     "drupal/media_bulk_upload": "~3.0.0",
-    "drupal/entity_embed": "1.x-dev",
+    "drupal/entity_embed": "~1.0",
     "drupal/inline_entity_form": "~1.0",
     "drupal/embed": "1.6.0",
     "drupal/media_entity_instagram": "~3.0",
-- 
GitLab