GravityPDF / querypath

A fork of QueryPath: a PHP library for HTML(5)/XML querying (CSS 4 or XPath) and processing (like jQuery) with PHP8.3 support
Other
21 stars 2 forks source link

Mark as PHP8.3 Supported #47

Closed jakejackson1 closed 7 months ago

jakejackson1 commented 7 months ago

Update composer PHP requirements so the library can be installed with PHP8.3

Pull Request type

Please check the type of change your PR introduces:

What is the current behavior?

You cannot install the library if you are running PHP8.3

Issue Number: N/A

What is the new behavior?

You can install the library if you are running PHP8.3

Does this introduce a breaking change?

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d937e89) 88.39% compared to head (86f1c77) 88.41%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #47 +/- ## ============================================ + Coverage 88.39% 88.41% +0.01% Complexity 1349 1349 ============================================ Files 26 26 Lines 3086 3124 +38 ============================================ + Hits 2728 2762 +34 - Misses 358 362 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.