From 1c5977709f9da3cfdc886c6dcc0c6aadeadf9e15 Mon Sep 17 00:00:00 2001 From: Osman Gormus <osman@gorm.us> Date: Wed, 30 Aug 2023 20:33:47 -0700 Subject: [PATCH] Fix the versions --- lazy.info.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lazy.info.yml b/lazy.info.yml index 637fa4f..c89e893 100644 --- a/lazy.info.yml +++ b/lazy.info.yml @@ -1,9 +1,9 @@ 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: ^9.3 || ^10 +core_version_requirement: ^8.8 || ^9.3 || ^10 package: 'Input filters' configure: lazy.config_form dependencies: - drupal:filter - - drupal:system (>=8.8) + - drupal:system -- GitLab