- First commit to issue fork.
- First commit to issue fork.
- @j_edery opened merge request.
- 🇬🇧United Kingdom j_edery
Patch failed I have issued a merge request with a patch that applies cleanly.
- 🇬🇧United Kingdom tce
This module is the only thing blocking me upgrading to Drupal 10.
How can bypass the composer "Your requirements could not be resolved" error just to install and then patch the module?
- 🇬🇧United Kingdom j_edery
@tce in order to make use of the patch you need to install a composer plugin called "lenient"
Instructions:
setup the composer plugin:
composer require mglaman/composer-drupal-lenient
And add an exception for the vimeo_embed_field module:
composer config --merge --json extra.drupal-lenient.allowed-list '[ "vimeo_embed_field"]'
Add the patch to you'r composer files:
"drupal/vimeo_embed_field": {
"Issue #3290566: Drupal 10 compatibility fixes": "https://git.drupalcode.org/project/vimeo_embed_field/-/merge_requests/2...."
}*Ensure you'r composer file is ssetup correctly to use patches.
- Status changed to RTBC
11 months ago 10:50am 30 November 2023 - 🇩🇪Germany spuky
patch ist working with drupal-lenient but would be nice to get a release
- Status changed to Fixed
11 months ago 10:22am 5 December 2023 - 🇩🇪Germany spuky
Was fixed in:
https://www.drupal.org/project/vimeo_embed_field/issues/3379270 📌 Drupal 10 compatibility fixes RTBC
- Status changed to Fixed
11 months ago 12:01pm 6 December 2023 - 🇮🇳India ydbalaji
its clone of https://www.drupal.org/project/vimeo_embed_field/issues/3379270 📌 Drupal 10 compatibility fixes RTBC and fixed this issue.