From 367afe7185720411b60b8b07580077b965cfbfe5 Mon Sep 17 00:00:00 2001 From: Liam Morland <lkmorlan@uwaterloo.ca> Date: Thu, 24 Mar 2022 12:04:48 -0400 Subject: [PATCH] Issue #3139205: Update Webform version constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e4e38cd..f01de80 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,6 @@ "drupal/token": "^1.0" }, "require-dev": { - "drupal/webform": "^5.0" + "drupal/webform": "^6" } } -- GitLab