From cd1e09deb8d267432d1940cb3881e69703395eeb Mon Sep 17 00:00:00 2001 From: John Ferris <32546-pixelwhip@users.noreply.drupalcode.org> Date: Thu, 1 May 2025 18:34:15 +0900 Subject: [PATCH] Issue #3489970 by attheshow, pixelwhip, grgcrlsn321, aquaphenix: should require drupal/inline_entity_form ^1 || ^3 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 46e3c8c..9a4bb81 100644 --- a/composer.json +++ b/composer.json @@ -19,12 +19,12 @@ "drupal/core": ">=8.4", "drupal/dropzonejs": "~2.0", "drupal/entity_browser": "~2.0", - "drupal/inline_entity_form": "~1.0", + "drupal/inline_entity_form": "^3.0", "drupal/media_entity_slideshow": "~2.0", "drupal/paragraphs": "~1.2", "drupal/tablefield": "~2.0", "drupal/viewsreference": "^2.0@beta", - "drupal/video_embed_field": "~2.0" + "drupal/video_embed_field": "^3.0" }, "require-dev": { "drupal/features": "~3.0" -- GitLab