repman-io / repman

Repman - PHP Repository Manager: packagist proxy and host for private packages
https://repman.io
MIT License
508 stars 105 forks source link

fix: composer v2 compatibility #650

Closed Naugrimm closed 1 year ago

Naugrimm commented 1 year ago

refs #649

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 80.00% and project coverage change: -0.02 :warning:

Comparison is base (ef867e6) 99.04% compared to head (fc30338) 99.03%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #650 +/- ## ============================================ - Coverage 99.04% 99.03% -0.02% - Complexity 1914 1916 +2 ============================================ Files 301 301 Lines 6079 6083 +4 ============================================ + Hits 6021 6024 +3 - Misses 58 59 +1 ``` | [Impacted Files](https://app.codecov.io/gh/repman-io/repman/pull/650?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=repman-io) | Coverage Δ | | |---|---|---| | [src/Controller/RepoController.php](https://app.codecov.io/gh/repman-io/repman/pull/650?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=repman-io#diff-c3JjL0NvbnRyb2xsZXIvUmVwb0NvbnRyb2xsZXIucGhw) | `98.64% <80.00%> (-1.36%)` | :arrow_down: |

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

akondas commented 1 year ago

Thanks :raised_hands: