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 dependency on laminas-json #125

Merged
merged 1 commit into from
Jan 31, 2022

Conversation

gsteel
Copy link
Member

@gsteel gsteel commented Jan 31, 2022

Q A
BC Break yes

Description

This pull supersedes #68 which got into a bit of mess.

Closes #33

  • Removes deprecated JSON Expr finder compatibility in view helper and related deprecation errors
  • Removes composer dependency on laminas-json
  • Removes outdated documentation for Json Epr finder
  • Replaces usage of Laminas\Json with calls to native json_encode
  • Update psalm baseline

- Removes deprecated JSON Expr finder compatibility in view helper and related deprecation errors
- Removes composer dependency on `laminas-json`
- Removes outdated documentation for Json Epr finder
- Replaces usage of `Laminas\Json` with calls to native `json_encode`
- Update psalm baseline

Signed-off-by: George Steel <[email protected]>
@Ocramius Ocramius added this to the 3.0.0 milestone Jan 31, 2022
@Ocramius Ocramius self-assigned this Jan 31, 2022
@Ocramius Ocramius merged commit e0d37bf into laminas:3.0.x Jan 31, 2022
@Ocramius
Copy link
Member

Thanks @gsteel!

@gsteel gsteel deleted the remove-laminas-json branch January 31, 2022 22:21
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.

silent fail on Json::encode Error
2 participants