From 9c2f8c49595c6ed7b79c3f9b82471a6b8d25058a Mon Sep 17 00:00:00 2001 From: Lily Yan Date: Thu, 14 Apr 2022 13:33:38 -0400 Subject: [PATCH] ISTWCMS-5351 Update to allowed_format 1.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a8bb03e..cfa780e 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "cweagans/composer-patches": "^1.7", "drupal/address": "dev-1.10-uw_wcms1", "drupal/admin_toolbar": "2.5", - "drupal/allowed_formats": "1.3", + "drupal/allowed_formats": "1.5", "drupal/anchor_link": "dev-3.0.x-uw_wcms2", "drupal/autocomplete_deluxe": "2.0.2", "drupal/better_exposed_filters": "dev-5.0-uw_wcms1", -- GitLab