From f524f9e71c4686cafcba4b61fcbde3a5fd1b101a Mon Sep 17 00:00:00 2001
From: Vladimir Roudakov <v_roudakov@yahoo.com>
Date: Fri, 17 May 2024 14:56:44 +1000
Subject: [PATCH] Issue #3431615: Automated Drupal 11 compatibility fixes for
 lazy. Removed outdated versions.

---
 lazy.info.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lazy.info.yml b/lazy.info.yml
index 74e4b36..7296451 100644
--- a/lazy.info.yml
+++ b/lazy.info.yml
@@ -1,7 +1,7 @@
 name: 'Lazy-load'
 type: module
 description: 'This module enables lazy-loading images and iframes via text-filters and image-fields. Requires lazysizes library.'
-core_version_requirement: ^8.8 || ^9.3 || ^10 || ^11
+core_version_requirement: ^10.1 || ^11
 package: 'Input filters'
 configure: lazy.config_form
 dependencies:
-- 
GitLab