- 🇸🇮Slovenia KlemenDEV
This should probably be discussed here: https://www.drupal.org/project/lazy/issues/3297512 📌 Automated Drupal 10 compatibility fixes Fixed
- Status changed to Closed: duplicate
over 1 year ago 2:02pm 17 May 2023
We realise that there is currently no official Drupal 10 release of the module yet but we thought the following may at least help to get the ball rolling.
We have the following set up...
Drupal Version: 10.0.0-rc1
Web Server: Apache/2.4.33 (Win64) OpenSSL/1.0.2u mod_fcgid/2.3.9
Database: MySQL 5.7.24
PHP: 8.1.11
Front end theme - a custom subtheme Bootstrap5 (2.02)
And we cannot get install the Lazy module installed using Composer because of the following errors...
Problem 1
- zendframework/zend-feed[dev-master, dev-develop, 2.11.0, ..., 2.13.x-dev] require php ^5.6 || ^7.0 -> your php version (8.1.11) does not satisfy that requirement.
- laminas/laminas-feed[2.12.0, ..., 2.12.x-dev] require php ^5.6 || ^7.0 -> your php version (8.1.11) does not satisfy that requirement.
- symfony/psr-http-message-bridge[v1.1.0, ..., 1.1.x-dev] require php ^5.3.3 || ^7.0 -> your php version (8.1.11) does not satisfy that requirement.
- symfony/psr-http-message-bridge[v1.2.0, ..., v1.3.0] require php ^7.1 -> your php version (8.1.11) does not satisfy that requirement.
- laminas/laminas-feed[2.13.0, ..., 2.14.x-dev] require php ^7.3 || ~8.0.0 -> your php version (8.1.11) does not satisfy that requirement.
Our particular reason for wanting to install the lazy module is because I am using the iframe module → a great deal and I need them to be lazy-loaded.
Does anyone know of another solution I could use instead with Drupal 10 to get my iframe fields to load lazily?
Any advice gratefully received.
Closed: duplicate
3.11
Documentation
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This should probably be discussed here: https://www.drupal.org/project/lazy/issues/3297512 📌 Automated Drupal 10 compatibility fixes Fixed