kbsali / php-redmine-api

A simple PHP Redmine API client, Object Oriented
MIT License
420 stars 183 forks source link

Update all dependencies #390

Closed Art4 closed 7 months ago

Art4 commented 7 months ago

This PR updates all dependencies:

The update for PHPUnit 11 is postponed due to deprecation warnings in the php-mock/php-mock-phpunit library, see https://github.com/php-mock/php-mock-phpunit/pull/67#issuecomment-1937702275 Nevertheless all @dataProvider, @covers and @coversDefaultClass annotations where replaced with the new Attributes provided by PHPUnit, so we are ready to update to PHPUnit 11 anytime.

Closes #375.

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 98.31%. Comparing base (b4c0059) to head (a1b6e3a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## v2.x #390 +/- ## ============================================ + Coverage 98.18% 98.31% +0.12% Complexity 601 601 ============================================ Files 29 29 Lines 1767 1724 -43 ============================================ - Hits 1735 1695 -40 + Misses 32 29 -3 ```

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