From bb4bffd767cd00a5556a1ba2948e34cbdcb4cf68 Mon Sep 17 00:00:00 2001 From: Project Update Bot <66574-Project-Update-Bot@users.noreply.drupalcode.org> Date: Mon, 18 Mar 2024 17:45:00 +0000 Subject: [PATCH] Issue #3428824: Automated Drupal 11 compatibility fixes for ajax_debug --- ajax_debug.info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ajax_debug.info.yml b/ajax_debug.info.yml index c80146b..857535c 100644 --- a/ajax_debug.info.yml +++ b/ajax_debug.info.yml @@ -1,4 +1,4 @@ name: AJAX debug type: module description: "Allow inspecting AJAX responses in the browser" -core_version_requirement: ^9 || ^10 +core_version_requirement: ^9 || ^10 || ^11 -- GitLab