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

Laminas\Json dependency removal #68

Closed
wants to merge 7 commits into from

Commits on Jan 9, 2022

  1. Use standard json_encode in AbstractHtmlElement and add ext-json to…

    … composer requirements
    
    Signed-off-by: George Steel <[email protected]>
    gsteel committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    8c0f253 View commit details
    Browse the repository at this point in the history
  2. Clean up test and remove Json encoder in favour of native functions, …

    …retaining some encoding options
    
    Signed-off-by: George Steel <[email protected]>
    gsteel committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    23e202a View commit details
    Browse the repository at this point in the history
  3. Replace usage of Laminas\Json with a wrapper method around json_encod…

    …e that throws a DomainException on encoding error.
    
    Signed-off-by: George Steel <[email protected]>
    gsteel committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    05c5ecc View commit details
    Browse the repository at this point in the history
  4. setResolver() *should* return the renderer (self) according to the in…

    …terface doc block
    
    Signed-off-by: George Steel <[email protected]>
    gsteel committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    ba2991f View commit details
    Browse the repository at this point in the history
  5. Replace Laminas\Json usage in the JsonModel. Possible BC break now th…

    …at a DomainException is thrown if there is an encoding error
    
    Signed-off-by: George Steel <[email protected]>
    gsteel committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    de25203 View commit details
    Browse the repository at this point in the history
  6. Remove docs about Json\Expr now this feature is removed

    Signed-off-by: George Steel <[email protected]>
    gsteel committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    800d42e View commit details
    Browse the repository at this point in the history
  7. Removes deprecations introduced in 2.16.x and fixes CS

    Signed-off-by: George Steel <[email protected]>
    gsteel committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    6ec6cee View commit details
    Browse the repository at this point in the history