- Issue created by @superrn
- Merge request !7Update AlinksPostRenderer.php to work with updated Wamania\Snowball v3.0 β (Open) created by superrn
ok, I think I figured out how to dupe composer.
this should function as a workaround until the module is updated:"repositories": [
{
"type": "package",
"package": {
"name": "wamania/php-stemmer",
"version": "1.3",
"type": "drupal-library",
"source": {
"url": "https://github.com/wamania/php-stemmer.git",
"type": "git",
"reference": "v3.0.0"
}
}
}
]"require": {
"drupal/alinks": "2.x-dev",
"wamania/php-stemmer": "1.3"
}"extra": {
"enable-patching": true,
"patches": {
"drupal/alinks": {
"PHP_8.2_compatibility": "https://git.drupalcode.org/project/alinks/-/merge_requests/7.patch"
}
}
}I tested the code by superrn, it works without issues on PHP 8.2 and PHP 8.3