Islandora / chullo

Chullo is a PHP client for Fedora 5 built using Guzzle and EasyRdf.
https://packagist.org/packages/islandora/chullo
MIT License
6 stars 17 forks source link

Require guzzle 6.5.8. #100

Closed rosiel closed 1 year ago

rosiel commented 1 year ago

What does this Pull Request do?

Bumps the depenency spec of guzzlehttp/guzzle to 6.5.8.

What's new?

This ensures that the guzzlehttp/psr7 library (required by guzzlehttp/guzzle) is at least version 1.9, which will allow us (in the Islandora module, and potentially here) to use the Header class introduced therein, and allow us to remove deprecated code.

How should this be tested?

Tests should pass, being able to find a compatible suite of dependencies.

Documentation Status

n/a

Additional Notes:

Any additional information that you think would be helpful when reviewing this PR.

Interested parties

@jordandukart

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (623d82e) 100.00% compared to head (65c0b27) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 2.x #100 +/- ## =========================================== Coverage 100.00% 100.00% Complexity 20 20 =========================================== Files 1 1 Lines 111 111 =========================================== Hits 111 111 ```

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