violet-php / streaming-json-encoder

PHP library for iteratively encoding large JSON documents piece by piece
http://violet.riimu.net
MIT License
314 stars 16 forks source link

Add support for PHP 8.2 #8

Closed Riimu closed 1 year ago

Riimu commented 1 year ago

Essentially adds the minimal support required to get the build process pass on php 8.2

codecov-commenter commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (b26ca40) compared to base (a347f5c). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #8 +/- ## =========================================== Coverage 100.00% 100.00% Complexity 116 116 =========================================== Files 4 4 Lines 300 296 -4 =========================================== - Hits 300 296 -4 ``` | [Impacted Files](https://codecov.io/gh/violet-php/streaming-json-encoder/pull/8?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=violet-php) | Coverage Δ | | |---|---|---| | [src/JsonStream.php](https://codecov.io/gh/violet-php/streaming-json-encoder/pull/8/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=violet-php#diff-c3JjL0pzb25TdHJlYW0ucGhw) | `100.00% <0.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=violet-php). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=violet-php)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.