repman-io / repman

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

[WIP] Upgrade php cs from v2 to v3 #560

Closed alamirault closed 1 year ago

alamirault commented 2 years ago

WIP

Upgrade php-cs from ^2.16 to 3.4.

Upgrading of composer/composer and composer/semver are required.

codecov[bot] commented 2 years ago

Codecov Report

Merging #560 (ba48bd5) into master (83fa8be) will increase coverage by 0.02%. The diff coverage is 100.00%.

:exclamation: Current head ba48bd5 differs from pull request most recent head 328c6f6. Consider uploading reports for the commit 328c6f6 to get more accurate results

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #560      +/-   ##
============================================
+ Coverage     99.18%   99.21%   +0.02%     
+ Complexity     1903     1893      -10     
============================================
  Files           301      301              
  Lines          6041     6014      -27     
============================================
- Hits           5992     5967      -25     
+ Misses           49       47       -2     
Impacted Files Coverage Δ
src/Command/ProxySyncReleasesCommand.php 100.00% <ø> (ø)
src/Entity/Organization/Package.php 100.00% <ø> (+1.73%) :arrow_up:
src/Entity/Organization/Package/ScanResult.php 100.00% <ø> (ø)
src/Entity/Organization/Package/Version.php 100.00% <ø> (ø)
src/Entity/User.php 100.00% <ø> (ø)
src/Entity/User/OAuthToken.php 100.00% <ø> (ø)
src/Service/Config.php 100.00% <ø> (ø)
src/Service/Telemetry/TelemetryEndpoint.php 100.00% <ø> (ø)
src/Controller/OAuth/OAuthController.php 100.00% <100.00%> (ø)
src/Controller/RegistrationController.php 100.00% <100.00%> (ø)
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c0f2e0d...328c6f6. Read the comment docs.

alamirault commented 1 year ago

I don't use repman anymore in my new company. So I don't you it and can't continue migration.

Feel free to open a new PR if you want :smile: