Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.0] Remove direct dependency on voku/portable-utf8 #44654

Open
wants to merge 1 commit into
base: 6.0-dev
Choose a base branch
from

Conversation

Hackwar
Copy link
Member

@Hackwar Hackwar commented Dec 21, 2024

Summary of Changes

This PR removes the direct dependency on voku/portable-utf8. That package is only used with wamania/phpstemmer and I think we only added this because of a version conflict during Joomla 4. At the same time, I created a PR for wamania/phpstemmer to switch their dependency from voku/portable-utf8 to joomla/string instead. If this change is accepted, we could drop that library entirely with Joomla 6.

Testing Instructions

Codereview.

Link to documentations

Please select:

  • Documentation link for docs.joomla.org:

  • No documentation changes for docs.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

@@ -4737,20 +4737,20 @@
},
{
"name": "symfony/polyfill-iconv",
"version": "v1.30.0",
"version": "v1.31.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems this PR does more than just removing the voku/portable-utf8 dependency, see. e.g. the update for symfony/polyfill-iconv here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants