Applying the patch will not change the dependencies that are declared in the packagist package, so you will still get a dependency conflict when trying to require the module in a composer file that is using drupal core 10.
The only way I know around that would be to commit the module into your repository with the patch applied and remove it from composer.
----
Is anyone still maintaining this module? Could we get this into a Drupal 10 compatible release?
- First commit to issue fork.
- 🇺🇸United States drupgirl
The way to install the patch is to first add the module to the lenient list.
- composer config --merge --json extra.drupal-lenient.allowed-list '["drupal/fixed_text_link_formatter"]'
- then add the patch to your composer
- then add the module dev version to composer and the patch will apply.
.
- First commit to issue fork.
- 🇨🇦Canada phjou Vancouver 🇨🇦 🇪🇺
Just pushed a fix on the branch, it was crashing because it was still using file_create_url
- 🇮🇳India sairamraavi
I have used the patch but its still breaking and trying the use the old path as file_create_url
- @phjou opened merge request.
- 🇨🇦Canada phjou Vancouver 🇨🇦 🇪🇺
Use the branch or the patch for branch:
https://git.drupalcode.org/project/fixed_text_link_formatter/-/merge_req... - last update
about 1 year ago Composer require failure - Status changed to Needs review
about 1 year ago 4:22pm 8 November 2023 - heddn Nicaragua
A few things were missing on the tests to run in D10. And there is no need to create a composer.json if one doesn't already exist. Tests passed on local. Let's see about w/ the testbot.
- last update
about 1 year ago Composer require failure - last update
about 1 year ago 2 pass - last update
about 1 year ago 2 pass - Status changed to Fixed
about 1 year ago 4:34pm 8 November 2023 Automatically closed - issue fixed for 2 weeks with no activity.