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

Remove the UriNormalize filter #131

Merged
merged 1 commit into from
Apr 1, 2024
Merged

Conversation

gsteel
Copy link
Member

@gsteel gsteel commented Apr 1, 2024

Further to #110, this patch removes the filter and the dependency on laminas-uri.

My main argument for removal vs re-implementing is that it'll be a lot easier to re-introduce a filter that forces a string uri to use a specific scheme (And name it something like ForceUriScheme) than it will be to preserve BC with whatever laminas-uri was doing.

As a result we have fewer dependencies that also help pave the way to Laminas ServiceManager v4

Closes #110

Also drops the dependency on `laminas-uri`

Signed-off-by: George Steel <[email protected]>
@gsteel gsteel added this to the 3.0.0 milestone Apr 1, 2024
@froschdesign
Copy link
Member

And name it something like ForceUriScheme

We need a new issue report for this, otherwise it will be forgotten.

@gsteel gsteel self-assigned this Apr 1, 2024
@gsteel gsteel merged commit 6ede072 into laminas:3.0.x Apr 1, 2024
14 checks passed
@gsteel gsteel deleted the drop-uri-normalize branch April 1, 2024 22:01
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