- Issue created by @senzaesclusiva
- Assigned to mohd sahzad
- Issue was unassigned.
- Assigned to atul_ghate
- Issue was unassigned.
- Status changed to Needs review
7 months ago 7:23am 15 April 2024 - Status changed to RTBC
7 months ago 5:32am 17 April 2024 - ๐ฎ๐นItaly senzaesclusiva
Sorry to reopen this post. The patch was not committed to the git distribution, but that is not the problem. I installed Remote Image in the traditional way, applying the patch and first changing the minimum:stability to โstableโ and it works regularly, exactly as it does on D9.
All I have is this (picture attached) partly funny incompatibility message: Not compatible version 2.0.0 | Recommended version 2.0.0 :-)
I'm on a D 10.2.5 | Php 8.2.6 project
Can you help me solve the problem? Grateful to anyone who can help me solve this quirk - ๐ผ๐ธSamoa ainsofs
Hi @senzaesclusiva , you can try this approach https://www.drupal.org/docs/develop/using-composer/using-drupals-lenient... โ ie
1. Add this patch using https://github.com/cweagans/composer-patches
2. Install this package `composer require mglaman/composer-drupal-lenient`
3. Add this setup `composer config --merge --json extra.drupal-lenient.allowed-list '["drupal/remote_image"]'`
4. Run `composer install` if the patch didnt get applied - ๐ฎ๐นItaly senzaesclusiva
Hi @ainsofs
Thank you for your hints.
I have tried again and again, but unfortunately I can't get a result.
Since I am still somewhat new to Composer, I am afraid I do not understand the use of "composer-patches" well enough.Thank you anyway for your replay